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

Scan a Functional URL Inventory (list) with axe and generate CSV output number of errors for each of those URLs #36

Open
mgifford opened this issue Sep 13, 2023 · 0 comments

Comments

@mgifford
Copy link
Contributor

mgifford commented Sep 13, 2023

Scan a list of URLs (provided by one of the Functional URL Inventories) with axe. Provide the output as a downloadable CSV file.

Input - /?axe=impact&tech=drupal/

  • URL
  • CSV
  • Optional: Technology Limits (Drupal)

Output

  • CSV
  • JSON

With the data:

  • url,
  • technology (if known),
  • total axe violations,
  • number of critical violations,
  • number of serious violation,
  • number of moderate violations,
  • number of minor violation

Not sure how to best append the CSV file.

@mgifford mgifford changed the title Scan a Functional URL Inventory (list) with axe and generate CSV output of errors for each of those URLs Scan a Functional URL Inventory (list) with axe and generate CSV output number of errors for each of those URLs Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant