Skip to content
Snippets Groups Projects
Select Git revision
  • 45fb24614d4a877d5e7acf9d4a614ea7f4f676b2
  • dev default protected
  • renovate/major-nest-monorepo
  • renovate/luxon-3.x
  • renovate/gouvfr-anct-timetable-to-osm-opening-hours-2.x
  • renovate/major-typescript-eslint-monorepo
  • renovate/npm-11.x
  • renovate/mysql-9.x
  • renovate/mongo-express-1.x
  • renovate/major-jest-monorepo
  • renovate/tsconfig-paths-4.x
  • renovate/jest-junit-16.x
  • renovate/express-5.x
  • renovate/bitnami-mongodb-8.x
  • renovate/elastic-elasticsearch-8.x
  • renovate/ghost-5.x
  • renovate/ghcr.io-browserless-chromium-2.x
  • renovate/elasticsearch-7.x
  • renovate/devdependencies-(non-major)
  • 718-evenement-filtre-commune
  • 168-pro-connect
  • v4.0.3
  • v4.0.1
  • v4.0.0
  • v3.4.3
  • v3.4.2
  • v3.4.1
  • v3.4.0
  • v3.3.1
  • v3.3.0
  • v3.2.0
  • v3.1.0
  • v3.0.1
  • v3.0.0
  • v2.5.0
  • v2.4.2
  • v2.4.1
  • v2.4.0
  • v2.3.2
  • v2.3.1
  • v2.3.0
41 results

admin.service.spec.ts

Blame
  • Testing with pa11y

    This resource is a good start to create your own testing pipeline.

    Quick and simple overview

    npm install -g pa11y
    pa11y https://data.beta.grandlyon.com/fr/accueil

    Display only critical errors

    pa11y https://data.beta.grandlyon.com/fr/accueil --ignore "warning;notice"

    Using the pa11y-ci

    npm install -g pa11y-ci

    Then create a .pa11y1 json file.

    {
      "urls": [
        "https://data.beta.grandlyon.com/fr/accueil"
      ]
    }

    To run the report on multiple URLs:

    pay11-ci

    It is also possible to save the report as a json file:

    pay11-ci --json > report.json