File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ and run `npx playwright test` against `http://localhost:8088`.
5252The ` api-tests.yml ` workflow:
5353
54541 . Checks out ` platform-version `
55- 2 . Resolves the matching ` studio-tests ` branch ( ` 2026.1 ` -> ` 2026.x ` -> ` main ` )
55+ 2 . Checks out ` pimcore/ studio-tests` at the exact ` platform_version ` input (default: ` 2026.1 ` )
56563 . Sets up the Pimcore environment (Docker containers, composer install)
57574 . Installs Node.js 22 and Playwright
58585 . Runs ` npx playwright test ` against ` http://localhost:8088 `
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ services:
1818 - OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_INITIAL_ADMIN_PASSWORD:-gBsVe!Dut723}
1919
2020 opensearch-dashboards :
21- deploy :
22- replicas : 0
21+ profiles :
22+ - debug
2323
2424 mailpit :
25- deploy :
26- replicas : 0
25+ profiles :
26+ - debug
2727
2828 mercure :
2929 ports :
You can’t perform that action at this time.
0 commit comments