Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(test-runner): Support lifecycle events #132

Merged
merged 2 commits into from
Jul 22, 2016
Merged

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Jul 22, 2016

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 proceeding. We will only wait for max 2 seconds with the dispose before forcing the child process to be killed.

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.
@nicojs
Copy link
Member Author

nicojs commented Jul 22, 2016

Fixes #131

nicojs added a commit that referenced this pull request Jul 30, 2016
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant