You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
-`setupEnv` and `getDriver` will be called before the test framework is loaded, so any pre-work which might cause timeouts on the first test should be done there.
40
+
-`setupEnv` will be called before the test framework is loaded, so any
41
+
pre-work which might cause timeouts on the first test should be done there.
42
+
`getNewDriver` will be called once right after `setupEnv` to generate the
43
+
initial driver, and possibly during the middle of the test if users request
44
+
additional browsers.
41
45
42
46
-`teardownEnv` should call the driver's `quit` method.
0 commit comments