diff --git a/e2e/playwright-ci.config.js b/e2e/playwright-ci.config.js index 56708efe63..b100c1a150 100644 --- a/e2e/playwright-ci.config.js +++ b/e2e/playwright-ci.config.js @@ -76,8 +76,7 @@ const config = { outputFolder: '../html-test-results' //Must be in different location due to https://github.com/microsoft/playwright/issues/12840 } ], - ['junit', { outputFile: '../test-results/results.xml' }], - ['@deploysentinel/playwright'] + ['junit', { outputFile: '../test-results/results.xml' }] ] };