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/development/tests.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,6 @@ To print Svelte webserver log set the environment variable `DEBUG=pw:webserver`.
16
16
17
17
To execute the tests seeing the browser add the `--headed` flag or the `--debug` flag if you need to watch them step by step.
18
18
19
-
By default v2 tests are run. These tests require running a fractal-server instance using `FRACTAL_RUNNER_BACKEND=local_experimental`.
20
-
21
-
To run v1 tests start playwright setting the environment variable `TEST_VERSION` to `v1`. These tests require running a fractal-server instance using `FRACTAL_RUNNER_BACKEND=local`.
22
-
23
19
OAuth2 test requires a running instance of dexidp test image and a fractal-server instance configured to use it.
24
20
25
21
To skip OAuth2 test set the environment variable `SKIP_OAUTH_TEST` to `true`.
0 commit comments