[e2e tests] Remove Github reporter (#50256)
This commit is contained in:
parent
c4beb062bf
commit
4e2c72ec23
|
@ -22,7 +22,6 @@ const config: PlaywrightTestConfig = {
|
|||
forbidOnly: !! CI,
|
||||
reporter: process.env.CI
|
||||
? [
|
||||
[ 'github' ],
|
||||
[ 'list' ],
|
||||
[ './flaky-tests-reporter.ts' ],
|
||||
[
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
E2E tests: removed Github reporter
|
|
@ -44,7 +44,6 @@ const reporter = [
|
|||
];
|
||||
|
||||
if ( process.env.CI ) {
|
||||
reporter.push( [ 'github' ] );
|
||||
reporter.push( [ 'buildkite-test-collector/playwright/reporter' ] );
|
||||
reporter.push( [ `${ testsRootPath }/reporters/skipped-tests.js` ] );
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue