Modify ChromeDriver Python tests to re-use browser |
|
Issue descriptionCurrently, the Python-based ChromeDriver test script (run_py_tests.py) re-starts ChromeDriver for each test case. This noticeably increases the amount of time needed to run the tests, and also increases the effect of any flakiness in Chrome startup. We should investigate whether it is feasible to re-use Chrome browser instances while running these tests. |
|
►
Sign in to add a comment |
|