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
Copy file name to clipboardExpand all lines: e2e/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ This directory contains the configuration and tests for end-to-end testing again
5
5
E2E tests should be run by a corresponding Go test in `web-e2e_test.go` and run
6
6
using `make test-web-e2e`. To run only the Playwright test directly, you'll need a Teleport instance running locally.
7
7
8
+
Any test that involves an authenticated user should be run with a `START_URL` env variable that contains an invite link for the test user, this should be generated and provided by the corresponding Go test.
9
+
8
10
### Setup
9
11
10
12
Before being able to run any tests, you'll need to install the playwright package and the chromium browser.
0 commit comments