diff --git a/packages/tests-e2e/playwright.config.complete.ts b/packages/tests-e2e/playwright.config.complete.ts index 98c9a61dd..5f3163afa 100644 --- a/packages/tests-e2e/playwright.config.complete.ts +++ b/packages/tests-e2e/playwright.config.complete.ts @@ -28,21 +28,21 @@ export default defineConfig({ : undefined : undefined, reporter: [ - [ - '../../node_modules/playwright-slack-report/dist/src/SlackReporter.js', - { - channels: ['corbado-tests'], - sendResults: 'always', - showInThread: true, - meta: [ - { - key: 'Test Run Info', - value: `https://github.com/corbado/javascript/actions/runs/${process.env.GITHUB_RUN_ID}`, - }, - { key: 'branch', value: `${process.env.GITHUB_BRANCH_NAME}` }, - ], - }, - ], + // [ + // '../../node_modules/playwright-slack-report/dist/src/SlackReporter.js', + // { + // channels: ['corbado-tests'], + // sendResults: 'always', + // showInThread: true, + // meta: [ + // { + // key: 'Test Run Info', + // value: `https://github.com/corbado/javascript/actions/runs/${process.env.GITHUB_RUN_ID}`, + // }, + // { key: 'branch', value: `${process.env.GITHUB_BRANCH_NAME}` }, + // ], + // }, + // ], ['html'], ['junit', { outputFile: 'test-results/results.xml' }], ], diff --git a/packages/tests-e2e/playwright.config.connect.ts b/packages/tests-e2e/playwright.config.connect.ts index 3b634f59f..568c353e5 100644 --- a/packages/tests-e2e/playwright.config.connect.ts +++ b/packages/tests-e2e/playwright.config.connect.ts @@ -21,21 +21,21 @@ export default defineConfig({ : undefined : undefined, reporter: [ - [ - '../../node_modules/playwright-slack-report/dist/src/SlackReporter.js', - { - channels: ['corbado-tests'], - sendResults: 'always', - showInThread: true, - meta: [ - { - key: 'Test Run Info', - value: `https://github.com/corbado/javascript/actions/runs/${process.env.GITHUB_RUN_ID}`, - }, - { key: 'branch', value: `${process.env.GITHUB_BRANCH_NAME}` }, - ], - }, - ], + // [ + // '../../node_modules/playwright-slack-report/dist/src/SlackReporter.js', + // { + // channels: ['corbado-tests'], + // sendResults: 'always', + // showInThread: true, + // meta: [ + // { + // key: 'Test Run Info', + // value: `https://github.com/corbado/javascript/actions/runs/${process.env.GITHUB_RUN_ID}`, + // }, + // { key: 'branch', value: `${process.env.GITHUB_BRANCH_NAME}` }, + // ], + // }, + // ], ['html'], ['junit', { outputFile: 'test-results/results.xml' }], ],