ajout support 6.2.3
This commit is contained in:
parent
0a4804e848
commit
463797b97d
|
@ -5,12 +5,13 @@ const builder = require('junit-report-builder');
|
||||||
const report = module.exports = {};
|
const report = module.exports = {};
|
||||||
|
|
||||||
// Pa11y version support
|
// Pa11y version support
|
||||||
report.supports = '^5.0.0 || ^5.0.0-alpha || ^5.0.0-beta';
|
report.supports = '^5.0.0 || ^5.0.0-alpha || ^5.0.0-beta || ^6.2.3';
|
||||||
|
|
||||||
|
|
||||||
// Output formatted results
|
// Output formatted results
|
||||||
report.results = results => {
|
report.results = results => {
|
||||||
// Create a test suite
|
// Create a test suite
|
||||||
|
console.log('reporter junit local');
|
||||||
const suite = builder.testSuite().name(results.pageUrl);
|
const suite = builder.testSuite().name(results.pageUrl);
|
||||||
|
|
||||||
results.issues.forEach(issue => {
|
results.issues.forEach(issue => {
|
||||||
|
|
Loading…
Reference in New Issue