1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-04-19 16:22:20 +03:00
matrix-react-sdk/playwright/docker-entrypoint.sh
2024-06-25 09:06:55 +00:00

9 lines
171 B
Bash

#!/bin/bash
set -e
yarn link
yarn --cwd ../element-web install
yarn --cwd ../element-web link matrix-react-sdk
npx playwright test --update-snapshots --reporter line $@