Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(Smoke/Health): add folder, exclude tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webrooster committed Jun 19, 2023
1 parent 1023fb7 commit c6bb1d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion playwright.checks.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig, devices } from '@playwright/test';

export default defineConfig({
testDir: './__e2e__',
testDir: './__e2e__/checks',
fullyParallel: false,
timeout: 30000,
forbidOnly: !!process.env.CI,
Expand Down
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig({
retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? 1 : undefined,
reporter: process.env.CI ? './__e2e__/utils/testReporter.ts' : [['list', { printSteps: true }]],
testIgnore: '**/checks/**',
expect: {
timeout: 0,
},
Expand Down

0 comments on commit c6bb1d0

Please sign in to comment.