BO
запускать 6 тестов последовательно в
vsсколько параллельных сессий
ты понимаешь разницу между этими понятиями?
Size: a a a
BO
запускать 6 тестов последовательно в
vsсколько параллельных сессий
EL
EL
запускать 6 тестов последовательно в
vsсколько параллельных сессий
запускать 6 сессий с тестами последовательно
vs сколько параллельных сессий
BO
запускать 6 сессий с тестами последовательно
vs сколько параллельных сессий
MaxInstance стоит 1. С этой настройкой Wdio запускает все feature файлы последовательно в разных сессиях
BO
EL
// First, you can define how many instances should be started at the same time. Let's
// say you have 3 different capabilities (Chrome, Firefox, and Safari) and you have
// set `maxInstances` to 1. wdio will spawn 3 processes.
//
// Therefore, if you have 10 spec files and you set `maxInstances` to 10, all spec files
// will be tested at the same time and 30 processes will be spawned.
//
// The property basically handles how many capabilities from the same test should run tests.
//
A
*[data="${x}"]
);AC
BO
The $$ command is a short way to call the findElements command in order to fetch multiple elements on the page similar to the $$ command from the browser scope. The difference when calling it from an element scope is that the driver will look within the children of that element.
BO
k
BO
R
k
S
G
B
YU
k