element-web/playwright
Michael Telatynski 1c72bb9e6f
Migrate one-to-one-chat.spec.ts from Cypress to Playwright (#11953)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-11-28 11:02:50 +00:00
..
e2e Migrate one-to-one-chat.spec.ts from Cypress to Playwright (#11953) 2023-11-28 11:02:50 +00:00
pages
plugins Migrate one-to-one-chat.spec.ts from Cypress to Playwright (#11953) 2023-11-28 11:02:50 +00:00
snapshots
.gitignore
Dockerfile
README.md
docker-entrypoint.sh
element-web-test.ts Migrate one-to-one-chat.spec.ts from Cypress to Playwright (#11953) 2023-11-28 11:02:50 +00:00
global.d.ts
tsconfig.json

README.md

To update snapshots you will need to run Playwright on a Linux machine. If you have access to docker then you can use the following:

docker build playwright -t matrix-react-sdk-playwright
docker run \
    --rm \
    --network host \
    -v $(pwd)/../:/work/ \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v /tmp/:/tmp/ \
    -it matrix-react-sdk-playwright