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
- Move lock icon around and make it more visible
- Remove as many visual elements as possible to give focus to the padlock
- Add a folder icon for local file selection
- List files when uploaded
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,10 +104,10 @@ pnpm -F webapp test
104
104
105
105
The webapp tests rely on `cypress` and the test suite is located in the `webapp/cypress` folder.
106
106
107
-
Note that you can also run test interactively in the browser of your choice. To do so, run
107
+
Note that you can also run test interactively in the browser of your choice. To do so, run from the `webapp` folder
108
108
109
109
```
110
-
VITE_SERVER_URL=http://server npx -w webapp start-server-and-test start http://localhost:8081 'cypress open --e2e'
110
+
pnpm run test:e2e-interactive
111
111
```
112
112
113
113
which should open the Cypress UI and let you choose the browser you wand to use and which tests to run. More information on [the Cypress docs](https://docs.cypress.io/app/get-started/open-the-app).
'Your files are read locally in your browser, who can only read them if you manually select them first. They are never sent to our servers or anyone else\'s. To convince yourself, you can start a training session (without collaboration) while turning off your machine\'s wifi !',
0 commit comments