Skip to content

Create pa11y full reports for web based softwares or websites. This will generate complete single report

License

Notifications You must be signed in to change notification settings

dakshika/pa11y-full-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pa11y-full-report

Create pa11y full reports for web based softwares or websites. This will generate complete single report

How to Use

  1. Change the appropriate settings on config/conf.toml
product = "API Manager"
version = "2.2.0"
standard = "WCAG2AA" #Supported specifications are WCAG2A, WCAG2AA, WCAG2AAA, Section508
  1. Add tasks to page_script/index.json
   {
       "taskName": "logged in default",
       "description": "APIM Store Page - Logged in view",
       "pageURL": "https://localhost:9443/store/site/pages/login.jag",
       "actions" : [
           "set field #username to admin",
           "set field #password to admin",
           "click element #loginBtn",
           "wait for url to be https://localhost:9443/store/"
       ]
   }

taskname: Page identifier for the report

description: Description of the task

pageURL: Starting URL for the actions, if actions are empty, this will use as the testable link

actions: Actions needs to perform before the test done

  1. Type npm install

  2. Type node index.js

About

Create pa11y full reports for web based softwares or websites. This will generate complete single report

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published