Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 98819

Comparison of tests execution time that is written with Selenium IDE and WebDriver

$
0
0

My test suite is written with Selenium IDE and contains around 45 tests. It is executed in GitLab CI using docker(compose of chrome driver and selenium-side-runner). Execution time of my test suite lasts 4 hours and it is really unsuitable for CI.

So I'm looking for ideas to reduce execution time. Is it possible that the same tests written on java with WebDriver executes faster? Does any researches exist?


Viewing all articles
Browse latest Browse all 98819

Trending Articles