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

Add support for jest-circus #1644

Closed
d4vidi opened this issue Sep 8, 2019 · 2 comments · Fixed by #1645
Closed

Add support for jest-circus #1644

d4vidi opened this issue Sep 8, 2019 · 2 comments · Fixed by #1645

Comments

@d4vidi
Copy link
Collaborator

d4vidi commented Sep 8, 2019

Add support for using jest-circus as the concrete runner when using Jest (i.e. instead of the default, which is jasmine2).

Apart from being important so as to stay up-to-date (jest-circus is what they describe as the next-gen runner), this is important in particular mainly due to this jasmine bug, which can become a serious time waster - typically if you're running an elaborate production e2e test suite.

@henrymoulton
Copy link

Just to vocalise how awesome this would be - I believe some of the flakiness seen with Detox setups is because of the virtualised environment of some CI setups. Having jest-circus would be great for this.

@d4vidi
Copy link
Collaborator Author

d4vidi commented Sep 12, 2019

@henrymoulton thanks, we hope so too!

@lock lock bot locked as resolved and limited conversation to collaborators Sep 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants