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

Run only one *.spec.js scenario ? #313

Closed
pdaniloais opened this issue Oct 4, 2017 · 1 comment
Closed

Run only one *.spec.js scenario ? #313

pdaniloais opened this issue Oct 4, 2017 · 1 comment

Comments

@pdaniloais
Copy link

Hi,

I would like to know if is it possible to run easily one scenerio from a specific *.spec.js file ?

@hiaw
Copy link
Contributor

hiaw commented Oct 4, 2017

you can use describe.only for the file that you want to run. And you can also use detox test --reuse if you do not need the app to be reinstalled. This trick saved me a lot of time.

@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

3 participants