element-web/playwright
Michael Telatynski 99b580d501
Migrate read-receipts.spec.ts from Cypress to Playwright (#11995)
* Migrate read-receipts.spec.ts from Cypress to Playwright

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

* Update client.ts

* Serialise test message sending

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

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-12-05 13:24:10 +00:00
..
e2e Migrate read-receipts.spec.ts from Cypress to Playwright (#11995) 2023-12-05 13:24:10 +00:00
pages Migrate read-receipts.spec.ts from Cypress to Playwright (#11995) 2023-12-05 13:24:10 +00:00
plugins Migrate room/* from Cypress to Playwright (#11985) 2023-12-04 12:01:06 +00:00
sample-files
snapshots Migrate room/* from Cypress to Playwright (#11985) 2023-12-04 12:01:06 +00:00
.gitignore
Dockerfile
README.md
docker-entrypoint.sh
element-web-test.ts Migrate room/* from Cypress to Playwright (#11985) 2023-12-04 12:01:06 +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