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
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,24 @@ By default v2 tests are run. These tests require running a fractal-server instan
20
20
21
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
22
23
-
OAuth2 test requires a running instance of dexidp test image and a fractal-server instance configured to use it. To skip OAuth2 test set the environment variable `SKIP_OAUTH_TEST` to `true`.
23
+
OAuth2 test requires a running instance of dexidp test image and a fractal-server instance configured to use it.
24
+
25
+
To skip OAuth2 test set the environment variable `SKIP_OAUTH_TEST` to `true`.
26
+
27
+
To run the OAuth2 test locally add the following configuration to `.fractal_server.env`:
0 commit comments