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
See the [Playwright Intro](https://playwright.dev/docs/intro) for more.
109
109
110
-
5. (Only for apps) The manager app or any app that you would want to test must first be running. The recommended way is to build the manager docker image first using `docker compose -p openremote -f profile/dev-ui.yml up -d --build`. Having the frontend be served by the manager is much faster than serving the frontend using Rspack.
110
+
5. (Only for apps) The manager app or any app that you would want to test must first be running. When you start app tests they'll automatically start the manager, so ensure the required containers are up using:
111
+
112
+
```sh
113
+
docker compose -p openremote -f profile/dev-testing.yml up -d
114
+
```
115
+
116
+
> Info: Having the frontend be served by the manager is much faster than serving the frontend using Rspack.
0 commit comments