tatablack/buster-selenium-runner

Release webdrivers as soon as possible

tatablack opened this issue · 0 comments

Releasing webdrivers at the end is not such a good practice, since a single test timing out might cause other tests (or suites) to time out as well. It should be possible to release a webdriver when the promise of a certain test suite to run has been resolved.