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
@mraible I just finished setting up my dev env and managed to run the generated app and Detox.
I am using RN generator from the main branch and for the backend I generated using nodejs generator.
I have several questions to ask:
I can't find run-detox-tests.sh. Where can I find it?
When I following the the generator wizard and specifying the backend location, the e2e tests generated doesn't contain any account related tests. But when I didn't specied the backend location it generated the account related tests. Which one should I choose?
Do I just need to add more tests in the e2e test folder to test all the authentication functionalities of the app using OAuth as the backend?
Describe the bug
Not a bug per se, just a missing feature. In
run-detox-tests.sh
, there's this code:The entity tests don't support logging in with OIDC and are therefore unreachable. We should fix this.
Instructions To reproduce
Create a React Native app with
oauth2
and detox. Then, run detox tests.Versions (please complete the following information):
main
branchThe text was updated successfully, but these errors were encountered: