automated-testing with jasmine / detox #468
wolverineks
started this conversation in
Ideas
Replies: 2 comments
-
Would be great if you can send a PR to add it. I didn't have enough time to set it up. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would like to take a look on it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Request
automated-testing with jasmine / detox
Why it is needed
expo project has 2 apps they use for automated e2e testing, for native changes they use bare-expo and for javascript changes they use test-suite
ive been working on getting this up and running for react-native-camera
react-native-camera/react-native-camera#2760
is there any interest in adding something like this to the bob template?
Possible implementation
im working on an implementation here
Code sample
i imagine it could something like
with a test being written like
and a single detox test that waits for the test suite to complete, then assert that status === "PASSED" or something like that
Beta Was this translation helpful? Give feedback.
All reactions