all the new shiny things
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 15m54s
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 15m54s
This commit is contained in:
@@ -43,7 +43,8 @@ const e2eConfig = mergeConfig(
|
||||
fileParallelism: false,
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
reporter: ['html', 'json-summary', 'json'],
|
||||
// Include 'text' reporter so coverage summary appears after e2e tests complete.
|
||||
reporter: [['text', { maxCols: 200 }], 'html', 'json-summary', 'json'],
|
||||
reportsDirectory: '.coverage/e2e',
|
||||
reportOnFailure: true,
|
||||
clean: true,
|
||||
|
||||
Reference in New Issue
Block a user