You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/e2e/shared/playwright/reporter.ts
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,25 @@ import type {
10
10
import{styleText}from'node:util'
11
11
12
12
constvalidateStream=false// always emit color codes, even when stdout is not a TTY or reports no color support (for consistent colored output in CI and captured logs)
0 commit comments