Skip to content

Commit 6b7d759

Browse files
committed
CCM-11492 Debug test setup step
1 parent 853cba3 commit 6b7d759

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/test-team/config/component/component.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ export default defineConfig({
5151
url: 'http://localhost:3000/templates/create-and-submit-templates',
5252
reuseExistingServer: !process.env.CI,
5353
stderr: 'pipe',
54+
stdout: 'pipe',
5455
},
5556
});

tests/test-team/config/e2e/e2e.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ export default defineConfig({
5151
url: 'http://localhost:3000/templates/create-and-submit-templates',
5252
reuseExistingServer: !process.env.CI,
5353
stderr: 'pipe',
54+
stdout: 'pipe',
5455
},
5556
});

tests/test-team/config/routing-component/routing-component.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ export default defineConfig({
5151
url: 'http://localhost:3000/templates/create-and-submit-templates',
5252
reuseExistingServer: !process.env.CI,
5353
stderr: 'pipe',
54+
stdout: 'pipe',
5455
},
5556
});

0 commit comments

Comments
 (0)