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?