testilo 19.2.7 → 19.2.8
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/procs/score/tic37.js +9 -9
package/package.json
CHANGED
package/procs/score/tic37.js
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
tic37
|
|
3
3
|
Testilo issue classification 37
|
|
4
4
|
|
|
5
|
-
Classifies about
|
|
5
|
+
Classifies about 980 rules of the tools of Testaro into about 300 issues.
|
|
6
6
|
|
|
7
7
|
Issue properties:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
weight: weight of the issue in score computation
|
|
12
|
-
tools: tools (including Testaro) providing tests
|
|
8
|
+
summary: minimal description
|
|
9
|
+
why: expected impact on a user
|
|
10
|
+
wcag: most relevant WCAG Principle, Guideline, Success Criterion, or Technique
|
|
11
|
+
weight: weight of the issue in score computation
|
|
12
|
+
tools: tools (including Testaro) providing tests for the issue
|
|
13
13
|
|
|
14
14
|
Each property of tools specifies a rule of that tool. The key is the identifier of the rule.
|
|
15
15
|
The value is an object with these properties:
|
|
16
|
-
- variable: whether the
|
|
17
|
-
- quality: the estimated quality of the test for the rule (normally 1)
|
|
18
|
-
- what: description of a
|
|
16
|
+
- variable: whether the key is a regular expression
|
|
17
|
+
- quality: the estimated quality of the test for the rule (normally 1)
|
|
18
|
+
- what: description of a rule violation
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
21
|
exports.issues = {
|