GithubHelp home page GithubHelp logo

isabella232 / pa11y-reporter-csv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pa11y/pa11y-reporter-csv

0.0 0.0 0.0 59 KB

A CSV reporter for Pa11y

License: GNU Lesser General Public License v3.0

JavaScript 99.37% Makefile 0.63%

pa11y-reporter-csv's Introduction

Pa11y CSV Reporter

A CSV reporter for Pa11y 5.0.

⚠️ this reporter is built into Pa11y, there's no need to install separately ⚠️

NPM version Build status LGPL-3.0 licensed

Table Of Contents

Requirements

Pa11y CSV Reporter is compatible with Pa11y 5 and later versions. It will not work with older versions of Pa11y.

Compatibility chart

Pa11y version Pa11y CLI reporter version
1.x - 4.x Unsupported
5.x 1.x
6.x 2.x

Usage

Command-Line

Install Pa11y and Pa11y CSV Reporter with npm (locally or globally is fine):

npm install -g pa11y pa11y-reporter-csv

Run Pa11y using the CSV reporter:

pa11y --reporter csv http://example.com

JavaScript

Assuming you've installed both Pa11y and Pa11y CSV Reporter:

const csv = require('pa11y-reporter-csv');
const pa11y = require('pa11y');

pa11y('http://example.com').then(results => {
    // Returns a string with the results formatted as CSV
    const csvResults = csv.results(results);
    console.log(csvResults);
});

Contributing

There are many ways to contribute to Pa11y CSV Reporter, we cover these in the contributing guide for this repo.

If you're ready to contribute some code, clone this repo locally and commit your code on a new branch.

Please write unit tests for your code, and check that everything works by running the following before opening a Pull Request:

make ci

You can also run verifications and tests individually:

make verify              # Verify all of the code (ESLint)
make test                # Run all tests
make test-unit           # Run the unit tests
make test-unit-coverage  # Run the unit tests with coverage

License

Pa11y CSV Reporter is licensed under the Lesser General Public License (LGPL-3.0).
Copyright © 2017, Team Pa11y

pa11y-reporter-csv's People

Contributors

hollsk avatar josebolos avatar rowanmanning avatar

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.