testilo 19.2.7 → 19.2.9
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 +10 -11
package/package.json
CHANGED
package/procs/score/tic37.js
CHANGED
|
@@ -2,20 +2,19 @@
|
|
|
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
|
-
Each property of tools
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
- what: description of a defect disclosed by the test for the rule.
|
|
14
|
+
Each property of tools is data about one of the tools that test for the issue. The key is the name of the tool. The value is an object containing data about the rules of the tool that pertain to the issue. Each property of that object is data about one of those rules. The key is the identifier of the rule, and the value is an object with these properties:
|
|
15
|
+
variable: whether the key is a regular expression
|
|
16
|
+
quality: the estimated quality of the test for the rule (normally 1)
|
|
17
|
+
what: description of a rule violation
|
|
19
18
|
*/
|
|
20
19
|
|
|
21
20
|
exports.issues = {
|