We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb32e4c commit 8a92539Copy full SHA for 8a92539
1 file changed
packages/e2e-tests/playwright.config.ts
@@ -29,7 +29,7 @@ const projects = [
29
const reporter: ReporterDescription[] = [["line"]];
30
31
if (CI) {
32
- reporter.unshift(replayReporter());
+ reporter.unshift(replayReporter({ upload: true }));
33
}
34
35
const config: PlaywrightTestConfig = {
0 commit comments