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
Unit tests are performed via [vitest](https://vitest.dev), via the `test` script defined in `package.json`. Current tests are in the `__tests__` folder.
6
+
7
+
8
+
## End-to-end testing
9
+
10
+
This is not yet implemented in an automated way (tracked in
11
+
https://github.com/fractal-analytics-platform/fractal-web/issues/8), and for
12
+
the moment it needs to be done manually.
13
+
14
+
### Local `fractal-server` instance
15
+
16
+
The `lib/fractal-server` folder includes basic instructions to get a local
17
+
instance of `fractal-server` running.
18
+
19
+
### Remote `fractal-server` instance
20
+
21
+
One could also test a local `fractal-web` instance with a remote `fractal-server` one.
0 commit comments