mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-26 10:28:46 +08:00
6 lines
79 B
Bash
6 lines
79 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
npx playwright test --update-snapshots --reporter line $@
|