-
Notifications
You must be signed in to change notification settings - Fork 105
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
Experimental detox based tests #145
Conversation
45fedac
to
4e380ba
Compare
Codecov Report
@@ Coverage Diff @@
## master #145 +/- ##
=======================================
Coverage 38.24% 38.24%
=======================================
Files 115 115
Lines 1331 1331
Branches 221 221
=======================================
Hits 509 509
Misses 819 819
Partials 3 3 |
Looks good. Let me know if you need my help in some way. |
Thanks, I'm going to trying a couple things more (navigation and taking screenshots) - I think we will also have to create a Docker image that sets up the local IdP for logging in with SPID (unless we can use the AgID IdP) - cc @lussoluca |
@cloudify Screenshots and other usefull stuff are goin to be merged soon in detox with this PR wix/Detox#734 In the meantime you can use this snipplet to take screenshot on ios https://gist.github.com/cjcaj/8c25bb5538f54a4810dc36025aa7a3d8#file-helpers-js |
6c9bda1
to
f477f2d
Compare
This is currently failing with a timeout from the simulator (works fine locally) - I suspect it's related to wix/Detox#155 |
Possible fix: wix/Detox#689 |
43cdd10
to
9202ca5
Compare
8e4ddc6
to
26e4988
Compare
0916fc7
to
41a716e
Compare
33d336e
to
2ab08fa
Compare
Tests are a little flacky on circleci due to the restricted resources of the VM, merging for now. |
Experimental tests based on Detox (currently iOS only)