New issue
Advanced search Search tips

Issue 867990 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Modify ChromeDriver Python tests to re-use browser

Project Member Reported by johnchen@chromium.org, Jul 26

Issue description

Currently, 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