This commit is contained in:
Rudy Masson 2022-11-17 10:45:57 +01:00
parent 4a282a0de1
commit bee8eab3f4
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ report.supports = '^5.0.0 || ^5.0.0-alpha || ^5.0.0-beta || ^6.2.3';
report.results = results => {
// Create a test suite
const suite = builder.testSuite().name(results.pageUrl);
console.log('test');
results.issues.forEach(issue => {
suite.testCase()
.className(issue.code)