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
I am using Detox for testing, and I've encountered a challenge when trying to configure Detox to work with Keycloak for authentication in an in-app browser.
Background:
I have a login screen in my app with a login button.
When the login button is pressed, it triggers the opening of an in-app browser that displays a Keycloak login form.
Users are required to enter their credentials in this in-app browser to log in to the app.
Objective:
I need assistance and guidance on how to configure Detox tests to interact with Keycloak within the in-app browser for testing purposes. This includes handling the interaction with the Keycloak login form, submitting credentials, and verifying successful login.
Steps to Reproduce:
Navigate to the login screen.
Tap the login button.
Observe that an in-app browser is opened with the Keycloak login form.
Expected Behavior:
Detox should be configured to interact with the in-app browser and successfully complete the Keycloak login process.
Actual Behavior:
Currently, I'm facing challenges in configuring Detox to work with the in-app browser for Keycloak authentication.
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!
For more information on bots in this repository, read this discussion.
Description
I am using Detox for testing, and I've encountered a challenge when trying to configure Detox to work with Keycloak for authentication in an in-app browser.
Background:
I have a login screen in my app with a login button.
When the login button is pressed, it triggers the opening of an in-app browser that displays a Keycloak login form.
Users are required to enter their credentials in this in-app browser to log in to the app.
Objective:
I need assistance and guidance on how to configure Detox tests to interact with Keycloak within the in-app browser for testing purposes. This includes handling the interaction with the Keycloak login form, submitting credentials, and verifying successful login.
Steps to Reproduce:
Navigate to the login screen.
Tap the login button.
Observe that an in-app browser is opened with the Keycloak login form.
Expected Behavior:
Detox should be configured to interact with the in-app browser and successfully complete the Keycloak login process.
Actual Behavior:
Currently, I'm facing challenges in configuring Detox to work with the in-app browser for Keycloak authentication.
Your environment
Detox version: 20.11.2
React Native version: 0.72.4
Node version: v20.5.0
Device model: Pixel 4a / iPhone 11
OS: Android / IOS
Test-runner (select one): jest
The text was updated successfully, but these errors were encountered: