diff --git a/tests_e2e/playwright/README.md b/tests_e2e/playwright/README.md index 03c925e82..82665c308 100644 --- a/tests_e2e/playwright/README.md +++ b/tests_e2e/playwright/README.md @@ -39,10 +39,17 @@ cp .env.tpl .env Fill in the newly created `.env` file with the following values: -* USERNAME: Nebari username for username/password login OR Google email address or Google sign in -* PASSWORD: Password associated with USERNAME +* KEYCLOAK_USERNAME: Nebari username for username/password login OR Google email address or Google sign in +* KEYCLOAK_PASSWORD: Password associated with USERNAME * NEBARI_FULL_URL: full url path including scheme to Nebari instance, e.g. "https://nebari.quansight.dev/" +This user can be created with the following command (or you can use an existing non-root user): + +``` +nebari keycloak adduser --user --config +``` + + ## Running the Playwright tests The playwright tests are run inside of pytest using