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 has been archived by the owner on Jan 30, 2025. It is now read-only.
Once grafana/k6#2432 is done, k6 browser, as a JSModule, will be able to receive events from k6 core for:
Init: when k6 starts initializing outputs, VUs and executors.
TestStart: when the execution scheduler starts running the test.
TestEnd: when the test execution ends.
IterStart: when a VU starts an iteration.
IterEnd: when a VU ends an iteration.
Exit: when the k6 process is about to exit.
k6 browser should integrate with the IterStart event in order to pre initialize the browser process for the iteration before its execution starts, so the the browser lifecycle handling implemented in #910 is improved.
The text was updated successfully, but these errors were encountered:
Once grafana/k6#2432 is done, k6 browser, as a JSModule, will be able to receive events from k6 core for:
Init
: when k6 starts initializing outputs, VUs and executors.TestStart
: when the execution scheduler starts running the test.TestEnd
: when the test execution ends.IterStart
: when a VU starts an iteration.IterEnd
: when a VU ends an iteration.Exit
: when the k6 process is about to exit.k6 browser should integrate with the
IterStart
event in order to pre initialize the browser process for the iteration before its execution starts, so the the browser lifecycle handling implemented in #910 is improved.The text was updated successfully, but these errors were encountered: