Questions tagged [autotest]

Autotest is an innovative Ruby tool designed to automatically run tests whenever modifications are made to source files.

Before the completion of the initial test, the second selenium test has already been initiated

I am facing an issue while running two Selenium tests sequentially. I have implemented waiters in the tests to wait for elements to become visible before interacting with them. Sometimes, the second test starts executing while the first test is still waiti ...