Skip to content

Commit c3769d5

Browse files
committed
Update frontend testing docs to reflect manager will start automatically
1 parent 68fd41f commit c3769d5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/developer-guide/frontend-testing.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,13 @@ npx playwright install --with-deps chromium
107107

108108
See the [Playwright Intro](https://playwright.dev/docs/intro) for more.
109109

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.
111117
112118
### Writing your first test
113119

0 commit comments

Comments
 (0)