let AxeCronos = require('@digitalpulp/axe-cronos').AxeCronos
var cronos = new AxeCronos();
cronos.urlFileName = 'urls.json'
cronos.resultsDir = 'axecronos-results'
cronos.axeTags = ['wcag2a', 'wcag2aa', 'section508', 'best-practice']
cronos.start()
-
Notifications
You must be signed in to change notification settings - Fork 0
digitalpulp/axe-cronos
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Validate URLs through the Axe API using selenium webdriver.