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 Migrate location.spec.ts from Cypress to Playwright (#11945) 2023-11-28 00:37:20 +00:00
plugins Migrate one-to-one-chat.spec.ts from Cypress to Playwright (#11953) 2023-11-28 11:02:50 +00:00
snapshots Consolidate snapshots between Legacy & Rust crypto in the happy case (#11950) 2023-11-28 10:22:25 +00:00
.gitignore Consolidate snapshots between Legacy & Rust crypto in the happy case (#11950) 2023-11-28 10:22:25 +00:00
docker-entrypoint.sh Consolidate snapshots between Legacy & Rust crypto in the happy case (#11950) 2023-11-28 10:22:25 +00:00
Dockerfile Consolidate snapshots between Legacy & Rust crypto in the happy case (#11950) 2023-11-28 10:22:25 +00:00
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 Migrate user-onboarding-*.spec.ts from Cypress to Playwright (#11927) 2023-11-27 12:11:00 +00:00
README.md Consolidate snapshots between Legacy & Rust crypto in the happy case (#11950) 2023-11-28 10:22:25 +00:00
tsconfig.json Migrate user-onboarding-*.spec.ts from Cypress to Playwright (#11927) 2023-11-27 12:11:00 +00:00

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