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
To run E2E tests run the following commands from the root of the project
41
+
Right now, tests are split into two separate commands to make local testing easier. This is because we run our tests in the Dashboard, and Safari struggles with an iframed app in localhost. To run E2E tests run the following commands from the root of the project
42
42
43
43
- Run all the tests
44
44
45
45
```sh
46
-
pnpm test:e2e
46
+
pnpm test:e2e:dashboard
47
+
pnpm test:e2e:webkit
47
48
```
48
49
49
50
- Run files that have my-spec or my-spec-2 in the file name
0 commit comments