mirror of https://github.com/vector-im/riot-web
6 lines
79 B
Bash
6 lines
79 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
npx playwright test --update-snapshots --reporter line $@
|