2023-11-28 10:22:25 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
2023-11-29 13:50:13 +00:00
|
|
|
yarn link
|
2023-11-28 10:22:25 +00:00
|
|
|
yarn --cwd ../element-web install
|
2023-11-29 13:50:13 +00:00
|
|
|
yarn --cwd ../element-web link matrix-react-sdk
|
2023-11-28 10:22:25 +00:00
|
|
|
npx playwright test --update-snapshots --reporter line --project='Legacy Crypto' $1
|