Skip to content

Commit

Permalink
Post-review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-moz committed Jan 10, 2025
1 parent 854d329 commit 747f5cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@ npx playwright install

The E2E tests require credentials for an existing Appointment (FxA) account and reads these from your local env vars.
This includes the existing Appointment account's email address, password, user's display name and share link.
<br><br>
The display name is found in Appointment => Settings => Account => Display name.
<br><br>
The share link is found in Appointment => Settings => Account => My Link.
<br><br>
The tests also require an email address to be used when actually requesting bookings. This is the email address entered on the `Book selection` dialog (after an appoitment slot was selected on the booking share link page). Note that real Appointment emails will be sent to this email address.
<br><br>
First copy over the provided `.example.env` to a local `.env`:

```bash
Expand Down
3 changes: 1 addition & 2 deletions test/e2e/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ browserstackLocal: false # <boolean> (Default false)
# ===================
debug: false # <boolean> # Set to true if you need screenshots for every selenium command ran
networkLogs: false # <boolean> Set to true to enable HAR logs capturing; off as may contain sensitive info like login API requests
consoleLogs: info # <string> Remote browser's console debug levels to be printed (Default: errors)
# Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors)
consoleLogs: info # <string> Remote browser's console debug levels to be printed (`disable`, `errors`, `warnings`, `info`, or `verbose`)
framework: playwright
browserstack.playwrightLogs: false # disable playwright logs appearing on browserstack builds as may contain sensitive info like credentials
# CUSTOM_TAG_<INT>: # <string> (Default: parent folder name of the test file) Custom tag for your test suite
Expand Down

0 comments on commit 747f5cb

Please sign in to comment.