Skip to content

Commit

Permalink
Fixed base-reporter path. (#324)
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Li <[email protected]>
  • Loading branch information
Dli3 and Dennis Li committed Apr 15, 2024
1 parent 90c3a49 commit 3e74880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/bacom.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const config = {
reporter: process.env.CI
? [['github'], ['../utils/reporters/json-reporter.js'], ['../utils/reporters/json-reporter.js']]
: [['html', { outputFolder: 'test-html-results', open: 'never' }],
['list'], ['./utils/reporters/base-reporter.js']],
['list'], ['../utils/reporters/base-reporter.js']],

/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
Expand Down

0 comments on commit 3e74880

Please sign in to comment.