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: docs/TESTING.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,14 @@ If this is your first time running the tests you may need to install the Playwri
30
30
npx playwright install
31
31
```
32
32
33
+
#### Auth failures
34
+
35
+
If several tests are failing due to auth issues, you may need to clear your Playwright cache first:
36
+
37
+
```sh
38
+
npm run test:e2e:clear-cache
39
+
```
40
+
33
41
#### New backend service:
34
42
35
43
If a new backend service has been added to PlanDev, make sure to update the [docker-compose-test.yml](../docker-compose-test.yml) in order for the CI to be able to spin up the backend correctly.
0 commit comments