We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24cba1 commit 883411cCopy full SHA for 883411c
packages/e2e-tests/reporter.ts
@@ -10,7 +10,7 @@ export class MochaReporter extends reporters.Base {
10
constructor(runner: Runner, options: MochaOptions) {
11
super(runner, options);
12
const suiteName = process.env.E2E_TASK_NAME ?? path.basename(process.cwd());
13
- console.info(`MOCHAREPORTER:${suiteName} ${JSON.stringify(process.env)}`);
+ console.info(`MOCHAREPORTER:${suiteName}`);
14
15
new Spec(runner);
16
0 commit comments