Skip to content

Commit 31b0ac1

Browse files
authored
playwright reporter (#315)
1 parent f6d77fe commit 31b0ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/engine/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const config: PlaywrightTestConfig = {
2828
workers: process.env.CI ? 1 : undefined,
2929

3030
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
31-
reporter: "html",
31+
reporter: [["line"], ["html"], ["github"]],
3232

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

0 commit comments

Comments
 (0)