7 lines
139 B
Bash
7 lines
139 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
yarn --cwd ../element-web install
|
||
|
npx playwright test --update-snapshots --reporter line --project='Legacy Crypto' $1
|