testaro 18.0.1 → 18.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/standardize.js +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "18.0.1",
4
- "description": "Automation of accessibility testing",
3
+ "version": "18.1.1",
4
+ "description": "Run 920 web accessibility tests from 9 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "tests": "node validation/executors/tests",
package/standardize.js CHANGED
@@ -167,7 +167,7 @@ const doQualWeb = (result, standardResult, ruleClassName) => {
167
167
  const identifiers = getIdentifiers(htmlCode);
168
168
  const instance = {
169
169
  ruleID,
170
- what: ruleResult.description,
170
+ what: item.description,
171
171
  ordinalSeverity: severities[ruleClassName][item.verdict],
172
172
  tagName: identifiers[0],
173
173
  id: identifiers[1],