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.
- package/package.json +1 -1
- package/tests/htmlcs.js +1 -1
package/package.json
CHANGED
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
|