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.
Copy file name to clipboardExpand all lines: lib/frameworks/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ Requirements
28
28
- `runner.runTestPreparer` must be called before any tests are run.
29
29
30
30
- `runner.getConfig().onComplete` must be called when tests are finished.
31
+
It might return a promise, in which case `exports.run`'s promise should not
32
+
resolve until after `onComplete`'s promise resolves.
31
33
32
34
- The returned promise must be resolved when tests are finished and it should return a results object. This object must have a `failedCount` property and optionally a `specResults`
0 commit comments