This commit is contained in:
Rudy Masson 2022-11-17 10:41:27 +01:00
parent 463797b97d
commit 4a282a0de1
1 changed files with 1 additions and 2 deletions

View File

@ -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)