element-web/playwright
Michael Telatynski 83f0650ed4
Migrate most of editing.spec.ts from Cypress to Playwright (#11947)
* Migrate location.spec.ts from Cypress to Playwright

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Migrate location.spec.ts from Cypress to Playwright

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Add screenshot

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Deflake

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-11-28 13:52:09 +00:00
..
e2e Migrate most of editing.spec.ts from Cypress to Playwright (#11947) 2023-11-28 13:52:09 +00:00
pages Migrate most of editing.spec.ts from Cypress to Playwright (#11947) 2023-11-28 13:52:09 +00:00
plugins
snapshots Migrate most of editing.spec.ts from Cypress to Playwright (#11947) 2023-11-28 13:52:09 +00:00
.gitignore
Dockerfile
README.md
docker-entrypoint.sh
element-web-test.ts Migrate most of editing.spec.ts from Cypress to Playwright (#11947) 2023-11-28 13:52:09 +00:00
global.d.ts Migrate most of editing.spec.ts from Cypress to Playwright (#11947) 2023-11-28 13:52:09 +00:00
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