From e98a33cf9ddc5b20cb7de6d3e8e78ca72d66b4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 28 Nov 2025 15:11:17 +0100 Subject: [PATCH] fix(docs): build `cli` for e2e tests (#24184) --- docs/docs/developer/testing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/developer/testing.md b/docs/docs/developer/testing.md index e1b96f9164..d7c9edcd31 100644 --- a/docs/docs/developer/testing.md +++ b/docs/docs/developer/testing.md @@ -18,6 +18,7 @@ make e2e Before you can run the tests, you need to run the following commands _once_: - `pnpm install` (in `e2e/`) +- `pnpm run build` (in `cli/`) - `make open-api` (in the project root `/`) Once the test environment is running, the e2e tests can be run via: