Skip to content

Commit 6a1221e

Browse files
committed
Remove commented code
1 parent 74a331d commit 6a1221e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/e2e-playwright/playwright.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
path.join( process.cwd(), 'artifacts/storage-states/admin.json' );
1212

1313
const config: PlaywrightTestConfig = {
14-
// reporter: process.env.CI
15-
// ? [ [ 'github' ], [ './config/flaky-tests-reporter.ts' ] ]
16-
// : 'list',
1714
reporter: [
1815
["html", { open: "never" }],
1916
["junit", { outputFile: "playwright-report/results.xml" }],

0 commit comments

Comments
 (0)