Skip to content

Commit

Permalink
run test without server
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Feb 1, 2024
1 parent ab1c04c commit 5ab06b6
Show file tree
Hide file tree
Showing 2 changed files with 1,633 additions and 1,626 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/playwright-visual-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install chromium firefox

- name: Run server and test
run: |
npm run serve &
sleep 10
npm run test
# - name: Run Playwright tests
# run: npm run test
# - name: Run server and test
# run: |
# npm run serve &
# sleep 10
# npm run test

- name: Run Playwright tests
run: npm run test

- uses: actions/upload-artifact@v3
if: always()
Expand Down
Loading

0 comments on commit 5ab06b6

Please sign in to comment.