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 Sep 21, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: doc/events.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,9 @@
16
16
*`START_BROWSER` - emitted on browser session start. Emitted with [browser instance](../lib/browser/new-browser.js). If handler returns a promise tests will be executed in this session only after the promise is resolved.
17
17
18
18
*`STOP_BROWSER` - emitted right before browser session end. Emitted with [browser instance](../lib/browser/new-browser.js). If handler returns a promise quit will be performed only after the promise is resolved.
19
+
20
+
*`BEGIN` - runner event. Emitted on runner start with 1 argument `data`:
21
+
*`data.suiteCollection` - suite collection which will be run
22
+
*`data.config` - gemini config
23
+
*`data.totalStates` - number of states in collection
0 commit comments