testaro 12.2.1 → 12.2.3
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/run.js +4 -2
package/package.json
CHANGED
package/run.js
CHANGED
|
@@ -55,7 +55,7 @@ const tests = {
|
|
|
55
55
|
miniText: 'text smaller than 11 pixels',
|
|
56
56
|
motion: 'motion',
|
|
57
57
|
nonTable: 'table elements used for layout',
|
|
58
|
-
nuVal: '
|
|
58
|
+
nuVal: 'Nu Html Checker',
|
|
59
59
|
qualWeb: 'QualWeb',
|
|
60
60
|
radioSet: 'fieldset grouping of radio buttons',
|
|
61
61
|
role: 'roles',
|
|
@@ -83,14 +83,16 @@ const tenonData = {
|
|
|
83
83
|
};
|
|
84
84
|
// Keywords in log messages indicating errors.
|
|
85
85
|
const errorWords = [
|
|
86
|
+
'but not used',
|
|
86
87
|
'content security policy',
|
|
87
88
|
'deprecated',
|
|
88
89
|
'error',
|
|
90
|
+
'exception',
|
|
89
91
|
'expected',
|
|
90
92
|
'failed',
|
|
91
93
|
'invalid',
|
|
92
94
|
'missing',
|
|
93
|
-
'
|
|
95
|
+
'non-standard',
|
|
94
96
|
'refused',
|
|
95
97
|
'requires',
|
|
96
98
|
'suspicious',
|