Skip to content

Commit

Permalink
testtt
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo201626 committed Nov 20, 2023
1 parent c18a05e commit dc36ffe
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/test-e2e-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,16 @@ jobs:
run: pnpm install:browser --with-deps chromium

- name: E2E Test
run: pnpm test:e2e3 ${{ env.TEST_COMPONENTS }} --reporter=line --retries=0 --workers=2
run: pnpm test:e2e3 ${{ env.TEST_COMPONENTS }} --reporter=html --reporter=line --retries=0 --workers=2

- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: examples/vue3/playwright-report/
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-2
path: examples/vue3/test-results/

0 comments on commit dc36ffe

Please sign in to comment.