Skip to content

Commit

Permalink
test: fix hooks tests for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Oct 28, 2024
1 parent c981d11 commit 95e3701
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/hooks-error/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ const testDir = defineBddConfig({
export default defineConfig({
testDir,
workers: 1,
reporter: 'list', // reporter list is important to pass tests on CI
});
1 change: 1 addition & 0 deletions test/hooks-order/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ const testDir = defineBddConfig({
export default defineConfig({
testDir,
workers: 1,
reporter: 'list', // reporter list is important to pass tests on CI
});
1 change: 1 addition & 0 deletions test/hooks-tags/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ const testDir = defineBddConfig({
export default defineConfig({
testDir,
workers: 1,
reporter: 'list', // reporter list is important to pass tests on CI
});
1 change: 1 addition & 0 deletions test/hooks-timeout/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ const testDir = defineBddConfig({
export default defineConfig({
testDir,
workers: 1,
reporter: 'list', // reporter list is important to pass tests on CI
});
1 change: 1 addition & 0 deletions test/hooks-two-features/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ const testDir = defineBddConfig({
export default defineConfig({
testDir,
workers: 1,
reporter: 'list', // reporter list is important to pass tests on CI
});

0 comments on commit 95e3701

Please sign in to comment.