Skip to content

Commit

Permalink
chore: cleanup e2e (#9333)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 3, 2024
1 parent 1073db5 commit 781cb6a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/screenshot-bot.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ branchesIgnore = ["^release/.*", "^v[0-9].x$"]
screenshotImageAttrs = []

# Text which is placed at the beginning of section "Failed tests"
failedTestsReportDescription = '**Before <= Diff => After**'
failedTestsReportDescription = '### Before (main) <= Diff => After (local)'
2 changes: 1 addition & 1 deletion .github/workflows/e2e-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: taiga-family/ci/actions/setup/[email protected]

- name: Building demo-app of git-branch without cache
run: npx nx build demo
run: npx nx build demo # Don't use prerender please, because it's flaky for e2e

- name: Upload cache / ${{ env.CACHE_DIST_KEY }}
uses: actions/cache/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]

- run: npx nx build demo
- run: npx nx build demo # Don't use prerender please, because it's flaky for e2e
- run: tree ${{ env.DIST }} -P '*.html'

- uses: s0/[email protected]
Expand Down
13 changes: 0 additions & 13 deletions projects/demo-playwright/tests/ssg.spec.ts

This file was deleted.

0 comments on commit 781cb6a

Please sign in to comment.