mirror of
https://github.com/penpot/penpot.git
synced 2025-06-20 16:07:01 +02:00
📚 Add schemas and links to render-wasm README
This commit is contained in:
parent
b92e108205
commit
9a44bd0967
4 changed files with 40 additions and 6 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue