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 as a test runner #242

Closed
DanielMSchmidt opened this issue Aug 22, 2017 · 4 comments
Closed

Add support for jest as a test runner #242

DanielMSchmidt opened this issue Aug 22, 2017 · 4 comments

Comments

@DanielMSchmidt
Copy link
Contributor

To go forward in the direction of being better integratable with jest we might consider writing a runner similar to the one used in pyjest.

As far as I can see we could get the same UI and behavior as normal jest tests. This would also enable us to do optimizations in the future like spawning multiple devices to parallelize test execution.

I think the effort of building a first "MVP" and maintaining it are not that high, so I thought it might be an idea.

@jessmartin
Copy link

Looks like #315 has docs on how to get started using Jest as a test runner. Not sure if this meets your needs @DanielMSchmidt.

@DanielMSchmidt
Copy link
Contributor Author

For me there would need to be a nice out of the box solution for setting the configurations / using multiple configurations and maybe also parallelism, but maybe I should be more clear and move this into another issue. What do you think?

@stereodenis
Copy link

@DanielMSchmidt as for me, detox now has jest support and this issue could be closed

@DanielMSchmidt
Copy link
Contributor Author

You are right :)

@wix wix locked and limited conversation to collaborators Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants