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 d45b7d7 commit 3dc71a4Copy full SHA for 3dc71a4
‎addons/api/testem.js‎
@@ -20,6 +20,7 @@ const multiReporterConfig = {
20
],
21
};
22
23
+console.log('CREATE_JUNIT_TEST_REPORT:', process.env.CREATE_JUNIT_TEST_REPORT);
24
if (process.env.CREATE_JUNIT_TEST_REPORT === 'true') {
25
!fs.existsSync('./test-reports') && fs.mkdirSync('./test-reports');
26
multiReporterConfig.reporters.push({
0 commit comments