UNPKG

protractor-axe-html-report-plugin

Version:
19 lines (17 loc) 413 B
var env = require('./environment.js'); exports.config = { seleniumAddress: env.seleniumAddress, framework: 'jasmine', specs: ['fail_spec.js'], baseUrl: env.baseUrl, plugins: [{ path: '../index.js', ignoreAxeFailures: true, htmlReportPath: 'reports', displayHelpUrl: true, displayContext: true, displayPasses: true, displayViolations: true, standardsToReport: [] }] };