Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add all reporters to axe.configure parameters #1626

Merged
merged 1 commit into from
Jun 10, 2019
Merged

Conversation

straker
Copy link
Contributor

@straker straker commented Jun 10, 2019

Closes issue: #1560

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

  • Follows the commit message policy, appropriate for next version
  • Has documentation updated, a DU ticket, or requires no documentation change
  • Includes new tests, or was unnecessary
  • Code is reviewed for security by: Stephen

@straker straker requested a review from a team as a code owner June 10, 2019 20:06
@straker straker merged commit 96a1ea8 into develop Jun 10, 2019
@straker straker deleted the reporters branch June 10, 2019 20:45
@adilsofficial
Copy link

I'm trying to generate the JSON-LD encoded EARL format result. Is there axe.configure({reporter: "?"}) parameter to generate EARL results?

@stephenmathieson
Copy link
Member

Hey @adilsofficial! There is an EARL reporter. It's provided as a separate package. To use it, you'll have to:

npm install --save axe-reporter-earl

Then in your code, do:

import earlReporter from 'axe-reporter-earl'

axe.configure({ reporter: earlReporter })

@adilsofficial
Copy link

adilsofficial commented Sep 4, 2019

Hi Stephen,
Thank you so much for replying, I tried it but recieving the same results. I would like to tell you that I'm using axe-webdriverjs to analyze and print the results. On the other hand I could not find the earlReporter parameter under axe.configure() in Axe API documentation. Do you think there's something wrong with it?
Thanks

@WilcoFiers
Copy link
Contributor

@adilsofficial I left you a comment here: https://github.com/dequelabs/axe-reporter-earl/issues/8 I would also be interested to learn what you are using this for. Drop me a message somewhere if you could.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants