11 lines
148 B
Markdown
11 lines
148 B
Markdown
|
|
|
|
Eend to end tests via playwright
|
|
|
|
to update playwright and chromium:
|
|
|
|
```
|
|
npm install @playwright/test@latest
|
|
npx playwright install chromium
|
|
```
|