You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Using --ipc=host is recommended when using Chrome (Docker docs). Chrome can run out of memory without this flag.**
19
19
20
20
```
21
-
docker run -it --rm --ipc=host -v ./playwright:/app lowcoder-tests
21
+
docker run -it --rm --ipc=host -v ./playwright:/app lowcoderorg/lowcoder-tests
22
22
```
23
23
24
24
To configure to which lowcoder instance playwright is connecting, set `LOWCODER_BASE_URL` in `playwright/.env` file.
25
-
Please be aware that when run with docker, localhost is translated to the actual container, so set IP address of your host if lowcoder is running on your host.
25
+
Please be aware that when run with docker, localhost is translated to the actual container, so set IP address of your host if lowcoder is running on your host.
26
+
By default when run with docker, it connects to your host on port 3000.
26
27
27
28
Once tests are finished, you can find html reposrts and videos in `playwright/report` folder.
0 commit comments