diff --git a/test/hooks-error/playwright.config.ts b/test/hooks-error/playwright.config.ts index ed874a7e..a10b7197 100644 --- a/test/hooks-error/playwright.config.ts +++ b/test/hooks-error/playwright.config.ts @@ -8,4 +8,5 @@ const testDir = defineBddConfig({ export default defineConfig({ testDir, workers: 1, + reporter: 'list', // reporter list is important to pass tests on CI }); diff --git a/test/hooks-order/playwright.config.ts b/test/hooks-order/playwright.config.ts index ed874a7e..a10b7197 100644 --- a/test/hooks-order/playwright.config.ts +++ b/test/hooks-order/playwright.config.ts @@ -8,4 +8,5 @@ const testDir = defineBddConfig({ export default defineConfig({ testDir, workers: 1, + reporter: 'list', // reporter list is important to pass tests on CI }); diff --git a/test/hooks-tags/playwright.config.ts b/test/hooks-tags/playwright.config.ts index ed874a7e..a10b7197 100644 --- a/test/hooks-tags/playwright.config.ts +++ b/test/hooks-tags/playwright.config.ts @@ -8,4 +8,5 @@ const testDir = defineBddConfig({ export default defineConfig({ testDir, workers: 1, + reporter: 'list', // reporter list is important to pass tests on CI }); diff --git a/test/hooks-timeout/playwright.config.ts b/test/hooks-timeout/playwright.config.ts index ed874a7e..a10b7197 100644 --- a/test/hooks-timeout/playwright.config.ts +++ b/test/hooks-timeout/playwright.config.ts @@ -8,4 +8,5 @@ const testDir = defineBddConfig({ export default defineConfig({ testDir, workers: 1, + reporter: 'list', // reporter list is important to pass tests on CI }); diff --git a/test/hooks-two-features/playwright.config.ts b/test/hooks-two-features/playwright.config.ts index ed874a7e..a10b7197 100644 --- a/test/hooks-two-features/playwright.config.ts +++ b/test/hooks-two-features/playwright.config.ts @@ -8,4 +8,5 @@ const testDir = defineBddConfig({ export default defineConfig({ testDir, workers: 1, + reporter: 'list', // reporter list is important to pass tests on CI });