mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
📚 Add schemas and links to render-wasm README
This commit is contained in:
BIN
render-wasm/docs/images/architecture_schema.png
Normal file
BIN
render-wasm/docs/images/architecture_schema.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
render-wasm/docs/images/rust_wasm_schema.png
Normal file
BIN
render-wasm/docs/images/rust_wasm_schema.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user