testaro 68.0.1 → 69.0.0

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 +1 -1
  2. package/tests/htmlcs.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "68.0.1",
3
+ "version": "69.0.0",
4
4
  "description": "Run 1000 web accessibility tests from 11 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/tests/htmlcs.js CHANGED
@@ -129,7 +129,7 @@ exports.reporter = async (page, report, actIndex) => {
129
129
  // If standard results are to be reported:
130
130
  if (standard) {
131
131
  const instance = {
132
- ruleID: parts[1],
132
+ ruleID: `${parts[0][0]}-${parts[1]}`,
133
133
  what: parts[4],
134
134
  ordinalSeverity: parts[0] === 'Warning' ? 0 : 2,
135
135
  count: 1