diff --git a/lib/reporter.js b/lib/reporter.js index 447fdf0..5e6929d 100644 --- a/lib/reporter.js +++ b/lib/reporter.js @@ -11,9 +11,8 @@ report.supports = '^5.0.0 || ^5.0.0-alpha || ^5.0.0-beta || ^6.2.3'; // Output formatted results report.results = results => { // Create a test suite - console.log('reporter junit local'); const suite = builder.testSuite().name(results.pageUrl); - + console.log('test'); results.issues.forEach(issue => { suite.testCase() .className(issue.code)