File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
78-
7975 - name : Run Playwright tests
8076 run : npx playwright test --config=playwright.service.config.ts --workers=20
8177 working-directory : tests
@@ -85,12 +81,12 @@ jobs:
8581 STORE_FRONT_URL : " http://${{ steps.kubectl_get_service.outputs.STORE_FRONT_IP }}"
8682 CI : true
8783
88- - uses : actions/upload-artifact@v4
89- if : ${{ !cancelled() }}
90- with :
91- name : playwright-report
92- path : tests/playwright-report/
93- retention-days : 30
84+ # - uses: actions/upload-artifact@v4
85+ # if: ${{ !cancelled() }}
86+ # with:
87+ # name: playwright-report
88+ # path: tests/playwright-report/
89+ # retention-days: 30
9490
9591 - name : Destroy environment
9692 run : azd down --force --purge
You can’t perform that action at this time.
0 commit comments