feat(test): add custom metrics reporter and update playwright config
This commit is contained in:
@@ -43,9 +43,13 @@ export default defineConfig({
|
||||
? [
|
||||
['html', { outputFolder: 'reports/html', open: 'never' }],
|
||||
['json', { outputFile: 'reports/results.json' }],
|
||||
['list']
|
||||
['list'],
|
||||
['./e2e/utils/test-reporter.ts']
|
||||
]
|
||||
: 'html',
|
||||
: [
|
||||
['html', { outputFolder: 'reports/html', open: 'never' }],
|
||||
['./e2e/utils/test-reporter.ts']
|
||||
],
|
||||
use: {
|
||||
baseURL,
|
||||
trace: 'on-first-retry',
|
||||
|
||||
Reference in New Issue
Block a user