Skip to content
Snippets Groups Projects
Unverified Commit 77ba15f5 authored by Joel Jeremy Marquez's avatar Joel Jeremy Marquez Committed by GitHub
Browse files

Fix local playwright reporter config (#3158)

* Fix local playwright reporter config

* Release notes
parent 653a0ab1
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ export default defineConfig({
retries: 1,
testDir: 'e2e/',
reporter: !process.env.CI
? ['html', { open: 'never', outputFolder: 'test-results/html' }]
? [['html', { open: 'never', outputFolder: 'test-results/html' }]]
: undefined,
use: {
userAgent: 'playwright',
......
---
category: Bugfix
authors: [joel-jeremy]
---
Fix local plawright html reporter config.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment