File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,17 +72,17 @@ jobs:
7272 run : npm ci
7373 working-directory : tests
7474
75- - name : Install Playwright Browsers
76- run : npx playwright install --with-deps
77- working-directory : tests
75+ # - name: Install Playwright Browsers
76+ # run: npx playwright install --with-deps
77+ # working-directory: tests
7878
7979 - name : Run Playwright tests
80- run : npx playwright test
80+ run : npx playwright test --config=playwright.service.config.ts --workers=20
8181 working-directory : tests
8282 env :
8383 PLAYWRIGHT_SERVICE_URL : ${{ secrets.PLAYWRIGHT_SERVICE_URL }}
84- STORE_ADMIN_URL : ${{ steps.kubectl_get_service.outputs.STORE_ADMIN_IP }}
85- STORE_FRONT_URL : ${{ steps.kubectl_get_service.outputs.STORE_FRONT_IP }}
84+ STORE_ADMIN_URL : " http:// ${{ steps.kubectl_get_service.outputs.STORE_ADMIN_IP }}"
85+ STORE_FRONT_URL : " http:// ${{ steps.kubectl_get_service.outputs.STORE_FRONT_IP }}"
8686 CI : true
8787
8888 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments