Open
Description
Steps to reproduce:
- Installed the reporter-earl ,
npm install @axe-core/reporter-earl
- Installed axe-core
- Tried to get the results in earl format when running axe
const createEarlReport = require('@axe-core/reporter-earl').default;
results = axe.run({ reporter: 'raw' })
createEarlReport(results)