You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to @dariocavero in #143 (comment) , it's possible to add "reuse" under detox's config like this:
My scripts in package.json
My init.js under e2e folder
My config.json under e2e folder
But it's not working, in the end I'll need to use detox test -r to make reuse work.
The reason I would prefer not using detox test is because it seems like detox test doesn't support flexible optional testing, such as if I just want to test the Welcome screen and not others. I can do this with jest WelcomeScreen. And also the unit and e2e tests can easily be chained together.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions.
I'm using Jest
According to @dariocavero in #143 (comment) , it's possible to add "reuse" under detox's config like this:
My scripts in package.json
My init.js under e2e folder
My config.json under e2e folder
But it's not working, in the end I'll need to use
detox test -r
to make reuse work.The reason I would prefer not using detox test is because it seems like detox test doesn't support flexible optional testing, such as if I just want to test the Welcome screen and not others. I can do this with
jest WelcomeScreen
. And also the unit and e2e tests can easily be chained together.The text was updated successfully, but these errors were encountered: