Skip to content

Commit 8a92539

Browse files
committed
upload: true
1 parent cb32e4c commit 8a92539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/e2e-tests/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const projects = [
2929
const reporter: ReporterDescription[] = [["line"]];
3030

3131
if (CI) {
32-
reporter.unshift(replayReporter());
32+
reporter.unshift(replayReporter({ upload: true }));
3333
}
3434

3535
const config: PlaywrightTestConfig = {

0 commit comments

Comments
 (0)