Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(test-runner): Support lifecycle events (#132)
Add support for test runner lifecycle events: init and dispose. These are called once in every test runner life cycle (if implemented). If they return a promise, we will wait for those promises to be resolved before proceding. We will only wait for max 2 seconds with the dispose before forcing the child process to be killed.
- Loading branch information