Skip to content

Commit

Permalink
tests(playwright): enable back playwright tests (#4260)
Browse files Browse the repository at this point in the history
+add eslint rule for promises on playwright specs

+touch up on some tests
  • Loading branch information
louis-bompart authored Aug 7, 2024
1 parent db69dc4 commit 26bce73
Show file tree
Hide file tree
Showing 10 changed files with 1,589 additions and 183 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/prbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
app-id: ${{ secrets.GH_APP_ID }}
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
owner: coveo
repo: ui-kit-prs
repositories: 'ui-kit-prs'
- uses: ./.github/actions/publish-pr-review-site
if: ${{ always() && github.event_name == 'pull_request'}}
with:
Expand Down Expand Up @@ -334,6 +334,7 @@ jobs:
- 'build'
- 'lint-check'
- 'unit-test'
- 'playwright-atomic'
- 'playwright-atomic-hosted-page-test'
- 'e2e-atomic-test'
- 'e2e-atomic-csp-test'
Expand Down Expand Up @@ -368,6 +369,7 @@ jobs:
- 'build'
- 'lint-check'
- 'unit-test'
- 'playwright-atomic'
- 'playwright-atomic-hosted-page-test'
- 'e2e-atomic-test'
- 'e2e-atomic-screenshots'
Expand Down
Loading

0 comments on commit 26bce73

Please sign in to comment.