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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "19.2.7",
3
+ "version": "19.2.8",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -2,20 +2,20 @@
2
2
  tic37
3
3
  Testilo issue classification 37
4
4
 
5
- Classifies about 760 rules of the tools of Testaro into 256? issues.
5
+ Classifies about 980 rules of the tools of Testaro into about 300 issues.
6
6
 
7
7
  Issue properties:
8
- why: expected impact
9
- wcag: WCAG Principle, Guideline, Success Criterion, or Technique, if any, most closely
10
- associated with the issue.
11
- weight: weight of the issue in score computation.
12
- tools: tools (including Testaro) providing tests in the issue.
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 identifier is a regular expression.
17
- - quality: the estimated quality of the test for the rule (normally 1).
18
- - what: description of a defect disclosed by the test for the rule.
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 = {