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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,9 @@ The supported options are the following:
76
76
-`colors`: If use colors. Default is `true`.
77
77
-`compare`: If compare tests in the output. Default is `false`.
78
78
-`compareMode`: When comparing is enabled, this can be set to `base` in order to always compare a test to the slowest one. The default is to compare a test to the immediate slower one.
79
+
-`onTestStart`: Callback invoked every time a test is started.
80
+
-`onTestEnd`: Callback invoked every time a test has finished.
81
+
-`onTestError`: Callback invoked every time a test could not be loaded. If the test function throws an error or rejects, `onTestEnd` will be invoked instead.
0 commit comments