📚 Add schemas and links to render-wasm README

This commit is contained in:
Elena Torro 2025-06-17 14:06:46 +02:00
parent b92e108205
commit 9a44bd0967
4 changed files with 40 additions and 6 deletions

View file

@ -5,10 +5,12 @@
## Run the tests
The tests are located in their own Playwright project, `render-wasm`. To run them, go to the `frontend` dir and execute Playwright passing the `--project` flag:
The tests are located in their own Playwright project, `render-wasm`.
To run them, go to the `frontend` dir and execute Playwright passing the `--project` flag. To run them using the `--ui` flag, run the tests **out of the tmux window**.
```zsh
cd frontend
cd penpot/frontend
npx playwright test --ui --project=render-wasm
```