You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Improve usage of Playwright and documentation (#11999)
Co-authored-by: Andy Balaam <andy.balaam@matrix.org>
This commit is contained in:
committed by
GitHub
parent
36c6afd53f
commit
d5abde0e6e
@ -1,13 +0,0 @@
|
||||
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:
|
||||
|
||||
```shell
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user