diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index 5743fe09..85a00447 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -53,6 +53,9 @@ jobs: run: | npx nx build web-component npx nx run-many --targets=serve,serve-fr,serve-es --projects=web-component,studio-web --parallel 6 & + + # wait for the studio web to be up + curl --retry 20 --retry-delay 1 --retry-all-errors http://localhost:4200 - name: Playwright for studio-web run: | npx playwright install --with-deps firefox chromium webkit