Giter VIP home page Giter VIP logo

Comments (7)

aarongoldenthal avatar aarongoldenthal commented on June 2, 2024

Hi @ttnguyen2 - If you want to test multiple URLs, you probably want to use pa11y-ci instead. Pa11y tests a single URL at a time.

from pa11y.

ttnguyen2 avatar ttnguyen2 commented on June 2, 2024

Thank you for conforming @aarongoldenthal . I see Pa11y tests a single URL at a time. Can pa11y-ci generate csv/html report with multiple urls?

from pa11y.

aarongoldenthal avatar aarongoldenthal commented on June 2, 2024

Pa11y CI comes with a CLI and JSON reporter. There is also a separate HTML reporter (which I'm the maintainer of). I don't know of a CSV reporter, although you could certainly write one, although it may be easier to transform the JSON.

from pa11y.

ttnguyen2 avatar ttnguyen2 commented on June 2, 2024

For pa11y-ci-reporter-html, I installed it along with pa11y-ci and pa11y package. I have .pa11yci as the example :
{
"defaults": {
"reporters": ["pa11y-ci-reporter-html"]
},
"urls": ["https://pa11y.org/"]
}
When I ran pa11y-ci
or pa11y-ci --reporter=pa11y-ci-reporter-html https://pa11y.org/
I got error : Unable to load reporter "pa11y-ci-reporter-html"

from pa11y.

aarongoldenthal avatar aarongoldenthal commented on June 2, 2024

Did you install the pa11y-ci-reporter-html package as well? Since it's a separate package it does need to be specifically installed.

from pa11y.

ttnguyen2 avatar ttnguyen2 commented on June 2, 2024

Yes, I followed the instruction.
npm install pa11y-ci-reporter-html
.pa11yci :
{
"defaults": {
"reporters": ["pa11y-ci-reporter-html"]
},
"urls": ["https://pa11y.org/"]
}
Then run : pa11y-ci --reporter=pa11y-ci-reporter-html https://pa11y.org/
Got the error: Unable to load reporter "pa11y-ci-reporter-html"

from pa11y.

danyalaytekin avatar danyalaytekin commented on June 2, 2024

Hey @ttnguyen2, I'm just pruning this board a bit, and as this seems to be a pa11y-ci usage issue or one related to the community reporter, I'll close this here. If you're still trying to fix this you're welcome to raise a new issue over on pa11y-ci's Issues or on Stack Overflow - if you do, it'll also be helpful if you could describe your environment (operating system, tool version, etc). And thanks again for your help here @aarongoldenthal ❤️

from pa11y.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.