mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Fix local playwright reporter config (#3158)
* Fix local playwright reporter config * Release notes
This commit is contained in:
committed by
GitHub
parent
653a0ab104
commit
77ba15f54c
@@ -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',
|
||||
|
||||
6
upcoming-release-notes/3158.md
Normal file
6
upcoming-release-notes/3158.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [joel-jeremy]
|
||||
---
|
||||
|
||||
Fix local plawright html reporter config.
|
||||
Reference in New Issue
Block a user