testilo 10.3.1 → 11.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.
Files changed (71) hide show
  1. package/README.md +188 -190
  2. package/batch.js +60 -0
  3. package/call.js +9 -4
  4. package/compare.js +2 -2
  5. package/merge.js +0 -6
  6. package/package.json +1 -1
  7. package/procs/compare/cp20sqrt/index.js +7 -10
  8. package/procs/compare/{cp15b → tcp24}/index.html +5 -5
  9. package/procs/compare/{cp12a → tcp24}/index.js +13 -20
  10. package/procs/score/{tic24.js → tic26.js} +205 -199
  11. package/procs/score/tsp24.js +8 -2
  12. package/procs/score/tsp26.js +120 -0
  13. package/score.js +2 -8
  14. package/procs/compare/cp0/index.html +0 -46
  15. package/procs/compare/cp0/index.js +0 -70
  16. package/procs/compare/cp1/index.html +0 -46
  17. package/procs/compare/cp1/index.js +0 -71
  18. package/procs/compare/cp12a/index.html +0 -47
  19. package/procs/compare/cp12b/index.html +0 -47
  20. package/procs/compare/cp12b/index.js +0 -71
  21. package/procs/compare/cp14a/index.html +0 -47
  22. package/procs/compare/cp14a/index.js +0 -71
  23. package/procs/compare/cp15a/index.html +0 -47
  24. package/procs/compare/cp15a/index.js +0 -71
  25. package/procs/compare/cp15b/index.js +0 -74
  26. package/procs/compare/cp16a/index.html +0 -47
  27. package/procs/compare/cp16a/index.js +0 -74
  28. package/procs/compare/cp16b/index.html +0 -47
  29. package/procs/compare/cp16b/index.js +0 -74
  30. package/procs/digest/dp10a/index.html +0 -137
  31. package/procs/digest/dp10a/index.js +0 -402
  32. package/procs/digest/dp10b/index.html +0 -74
  33. package/procs/digest/dp10b/index.js +0 -130
  34. package/procs/digest/dp10c/index.html +0 -55
  35. package/procs/digest/dp10c/index.js +0 -129
  36. package/procs/digest/dp11a/index.html +0 -76
  37. package/procs/digest/dp11a/index.js +0 -127
  38. package/procs/digest/dp12a/index.html +0 -78
  39. package/procs/digest/dp12a/index.js +0 -126
  40. package/procs/digest/dp12b/index.html +0 -78
  41. package/procs/digest/dp12b/index.js +0 -126
  42. package/procs/digest/dp13a/index.html +0 -78
  43. package/procs/digest/dp13a/index.js +0 -126
  44. package/procs/digest/dp14a/index.html +0 -79
  45. package/procs/digest/dp14a/index.js +0 -126
  46. package/procs/digest/dp15a/index.html +0 -80
  47. package/procs/digest/dp15a/index.js +0 -126
  48. package/procs/digest/dp16a/index.html +0 -80
  49. package/procs/digest/dp16a/index.js +0 -126
  50. package/procs/digest/dp16b/index.html +0 -80
  51. package/procs/digest/dp16b/index.js +0 -126
  52. package/procs/digest/dp18a/index.html +0 -80
  53. package/procs/digest/dp18a/index.js +0 -129
  54. package/procs/digest/dp20c/index.html +0 -54
  55. package/procs/digest/dp20c/index.js +0 -117
  56. package/procs/digest/dp20d/index.html +0 -54
  57. package/procs/digest/dp20d/index.js +0 -121
  58. package/procs/digest/tdp09a/index.html +0 -126
  59. package/procs/digest/tdp09a/index.js +0 -381
  60. package/procs/digest/tdp22/index.html +0 -54
  61. package/procs/digest/tdp22/index.js +0 -120
  62. package/procs/score/tic21.js +0 -6868
  63. package/procs/score/tic22.js +0 -6911
  64. package/procs/score/tic23.js +0 -6924
  65. package/procs/score/tsp21.js +0 -720
  66. package/procs/score/tsp22.js +0 -720
  67. package/procs/score/tsp23.js +0 -720
  68. package/specs/batches/orgs.json +0 -43
  69. package/specs/scripts/ts21.json +0 -213
  70. package/specs/scripts/ts23.json +0 -219
  71. package/specs/scripts/ts24.json +0 -225
@@ -1,43 +0,0 @@
1
- {
2
- "id": "web",
3
- "what": "two targets",
4
- "targets": [
5
- {
6
- "id": "example",
7
- "what": "Example",
8
- "acts": {
9
- "main": [
10
- {
11
- "type": "launch"
12
- },
13
- {
14
- "type": "url",
15
- "which": "https://example.com",
16
- "what": "example"
17
- }
18
- ]
19
- }
20
- },
21
- {
22
- "id": "accordion",
23
- "what": "WAI accordion example",
24
- "acts": {
25
- "main": [
26
- {
27
- "type": "launch"
28
- },
29
- {
30
- "type": "url",
31
- "which": "https://www.w3.org/WAI/ARIA/apg/example-index/accordion/accordion",
32
- "what": "WAI accordion example"
33
- },
34
- {
35
- "type": "button",
36
- "which": "Billing Address",
37
- "what": "expand accordion"
38
- }
39
- ]
40
- }
41
- }
42
- ]
43
- }
@@ -1,213 +0,0 @@
1
- {
2
- "id": "ts21",
3
- "what": "tests of Testaro and 9 other tools",
4
- "strict": true,
5
- "timeLimit": 600,
6
- "acts": [
7
- {
8
- "type": "placeholder",
9
- "which": "main",
10
- "launch": "webkit"
11
- },
12
- {
13
- "type": "tenonRequest",
14
- "id": "a",
15
- "withNewContent": true,
16
- "what": "Tenon API version 2 test request, with URL"
17
- },
18
- {
19
- "type": "test",
20
- "which": "motion",
21
- "what": "spontaneous change of content; requires webkit",
22
- "delay": 2500,
23
- "interval": 2500,
24
- "count": 5
25
- },
26
- {
27
- "type": "placeholder",
28
- "which": "main",
29
- "launch": "chromium"
30
- },
31
- {
32
- "type": "test",
33
- "which": "allHidden",
34
- "what": "document entirely or mainly hidden"
35
- },
36
- {
37
- "type": "test",
38
- "which": "bulk",
39
- "what": "count of visible elements"
40
- },
41
- {
42
- "type": "test",
43
- "which": "docType",
44
- "what": "missing or invalid doctype declaration"
45
- },
46
- {
47
- "type": "test",
48
- "which": "embAc",
49
- "withItems": true,
50
- "what": "active elements incorrectly embedded in each other"
51
- },
52
- {
53
- "type": "test",
54
- "which": "filter",
55
- "withItems": true,
56
- "what": "filter styles"
57
- },
58
- {
59
- "type": "test",
60
- "which": "focAll",
61
- "what": "Tab-focusability"
62
- },
63
- {
64
- "type": "test",
65
- "which": "focInd",
66
- "revealAll": false,
67
- "allowedDelay": 250,
68
- "withItems": true,
69
- "what": "focus indicators"
70
- },
71
- {
72
- "type": "test",
73
- "which": "focOp",
74
- "withItems": true,
75
- "what": "focusability and operability of elements"
76
- },
77
- {
78
- "type": "test",
79
- "which": "focVis",
80
- "withItems": true,
81
- "what": "links outside display when focused"
82
- },
83
- {
84
- "type": "test",
85
- "which": "hover",
86
- "sampleSize": 20,
87
- "withItems": true,
88
- "what": "hover impacts"
89
- },
90
- {
91
- "type": "test",
92
- "which": "labClash",
93
- "withItems": true,
94
- "what": "unlabeled and mislabeled form controls"
95
- },
96
- {
97
- "type": "test",
98
- "which": "linkTo",
99
- "withItems": true,
100
- "what": "links without destinations"
101
- },
102
- {
103
- "type": "test",
104
- "which": "linkUl",
105
- "withItems": true,
106
- "what": "underlining of inline links"
107
- },
108
- {
109
- "type": "test",
110
- "which": "miniText",
111
- "withItems": true,
112
- "what": "small text"
113
- },
114
- {
115
- "type": "test",
116
- "which": "menuNav",
117
- "withItems": true,
118
- "what": "keyboard navigation within true-focus menus"
119
- },
120
- {
121
- "type": "test",
122
- "which": "nonTable",
123
- "withItems": true,
124
- "what": "tables used for layout"
125
- },
126
- {
127
- "type": "test",
128
- "which": "radioSet",
129
- "withItems": true,
130
- "what": "grouping of radio buttons in fieldsets"
131
- },
132
- {
133
- "type": "test",
134
- "which": "role",
135
- "what": "validity and necessity of role assignments"
136
- },
137
- {
138
- "type": "test",
139
- "which": "styleDiff",
140
- "withItems": true,
141
- "what": "style consistency of headings, buttons, and links"
142
- },
143
- {
144
- "type": "test",
145
- "which": "tabNav",
146
- "withItems": true,
147
- "what": "keyboard navigation within tab lists"
148
- },
149
- {
150
- "type": "test",
151
- "which": "titledEl",
152
- "withItems": true,
153
- "what": "title attributes on inappropriate elements"
154
- },
155
- {
156
- "type": "test",
157
- "which": "zIndex",
158
- "withItems": true,
159
- "what": "elements with non-auto z indexes"
160
- },
161
- {
162
- "type": "test",
163
- "which": "alfa",
164
- "what": "Siteimprove alfa"
165
- },
166
- {
167
- "type": "test",
168
- "which": "axe",
169
- "detailLevel": 2,
170
- "rules": [],
171
- "what": "Axe core, all rules"
172
- },
173
- {
174
- "type": "test",
175
- "which": "continuum",
176
- "what": "Continuum"
177
- },
178
- {
179
- "type": "test",
180
- "which": "htmlcs",
181
- "what": "HTML CodeSniffer"
182
- },
183
- {
184
- "type": "test",
185
- "which": "ibm",
186
- "withItems": true,
187
- "what": "IBM Accessibility Checker, with page content and again with URL"
188
- },
189
- {
190
- "type": "test",
191
- "which": "nuVal",
192
- "what": "Nu Html Checker"
193
- },
194
- {
195
- "type": "test",
196
- "which": "qualWeb",
197
- "withNewContent": true,
198
- "what": "QualWeb"
199
- },
200
- {
201
- "type": "test",
202
- "which": "wave",
203
- "reportType": 4,
204
- "what": "WAVE, report-type 4"
205
- },
206
- {
207
- "type": "test",
208
- "which": "tenon",
209
- "id": "a",
210
- "what": "Tenon API version 2 result retrieval"
211
- }
212
- ]
213
- }
@@ -1,219 +0,0 @@
1
- {
2
- "id": "ts23",
3
- "what": "tests of Testaro and 9 other tools",
4
- "strict": true,
5
- "timeLimit": 600,
6
- "acts": [
7
- {
8
- "type": "placeholder",
9
- "which": "main",
10
- "launch": "webkit"
11
- },
12
- {
13
- "type": "tenonRequest",
14
- "id": "a",
15
- "withNewContent": true,
16
- "what": "Tenon API version 2 test request, with URL"
17
- },
18
- {
19
- "type": "test",
20
- "which": "motion",
21
- "what": "spontaneous change of content; requires webkit",
22
- "delay": 2500,
23
- "interval": 2500,
24
- "count": 5
25
- },
26
- {
27
- "type": "placeholder",
28
- "which": "main",
29
- "launch": "chromium"
30
- },
31
- {
32
- "type": "test",
33
- "which": "allHidden",
34
- "what": "document entirely or mainly hidden"
35
- },
36
- {
37
- "type": "test",
38
- "which": "autocomplete",
39
- "withItems": true,
40
- "what": "name and email inputs without autocomplete attributes"
41
- },
42
- {
43
- "type": "test",
44
- "which": "bulk",
45
- "what": "count of visible elements"
46
- },
47
- {
48
- "type": "test",
49
- "which": "docType",
50
- "what": "missing or invalid doctype declaration"
51
- },
52
- {
53
- "type": "test",
54
- "which": "embAc",
55
- "withItems": true,
56
- "what": "active elements incorrectly embedded in each other"
57
- },
58
- {
59
- "type": "test",
60
- "which": "filter",
61
- "withItems": true,
62
- "what": "filter styles"
63
- },
64
- {
65
- "type": "test",
66
- "which": "focAll",
67
- "what": "Tab-focusability"
68
- },
69
- {
70
- "type": "test",
71
- "which": "focInd",
72
- "revealAll": false,
73
- "allowedDelay": 250,
74
- "withItems": true,
75
- "what": "focus indicators"
76
- },
77
- {
78
- "type": "test",
79
- "which": "focOp",
80
- "withItems": true,
81
- "what": "focusability and operability of elements"
82
- },
83
- {
84
- "type": "test",
85
- "which": "focVis",
86
- "withItems": true,
87
- "what": "links outside display when focused"
88
- },
89
- {
90
- "type": "test",
91
- "which": "hover",
92
- "sampleSize": 20,
93
- "withItems": true,
94
- "what": "hover impacts"
95
- },
96
- {
97
- "type": "test",
98
- "which": "labClash",
99
- "withItems": true,
100
- "what": "unlabeled and mislabeled form controls"
101
- },
102
- {
103
- "type": "test",
104
- "which": "linkTo",
105
- "withItems": true,
106
- "what": "links without destinations"
107
- },
108
- {
109
- "type": "test",
110
- "which": "linkUl",
111
- "withItems": true,
112
- "what": "underlining of inline links"
113
- },
114
- {
115
- "type": "test",
116
- "which": "miniText",
117
- "withItems": true,
118
- "what": "small text"
119
- },
120
- {
121
- "type": "test",
122
- "which": "menuNav",
123
- "withItems": true,
124
- "what": "keyboard navigation within true-focus menus"
125
- },
126
- {
127
- "type": "test",
128
- "which": "nonTable",
129
- "withItems": true,
130
- "what": "tables used for layout"
131
- },
132
- {
133
- "type": "test",
134
- "which": "radioSet",
135
- "withItems": true,
136
- "what": "grouping of radio buttons in fieldsets"
137
- },
138
- {
139
- "type": "test",
140
- "which": "role",
141
- "what": "validity and necessity of role assignments"
142
- },
143
- {
144
- "type": "test",
145
- "which": "styleDiff",
146
- "withItems": true,
147
- "what": "style consistency of headings, buttons, and links"
148
- },
149
- {
150
- "type": "test",
151
- "which": "tabNav",
152
- "withItems": true,
153
- "what": "keyboard navigation within tab lists"
154
- },
155
- {
156
- "type": "test",
157
- "which": "titledEl",
158
- "withItems": true,
159
- "what": "title attributes on inappropriate elements"
160
- },
161
- {
162
- "type": "test",
163
- "which": "zIndex",
164
- "withItems": true,
165
- "what": "elements with non-auto z indexes"
166
- },
167
- {
168
- "type": "test",
169
- "which": "alfa",
170
- "what": "Siteimprove alfa"
171
- },
172
- {
173
- "type": "test",
174
- "which": "axe",
175
- "detailLevel": 2,
176
- "rules": [],
177
- "what": "Axe core, all rules"
178
- },
179
- {
180
- "type": "test",
181
- "which": "continuum",
182
- "what": "Continuum"
183
- },
184
- {
185
- "type": "test",
186
- "which": "htmlcs",
187
- "what": "HTML CodeSniffer"
188
- },
189
- {
190
- "type": "test",
191
- "which": "ibm",
192
- "withItems": true,
193
- "what": "IBM Accessibility Checker, with page content and again with URL"
194
- },
195
- {
196
- "type": "test",
197
- "which": "nuVal",
198
- "what": "Nu Html Checker"
199
- },
200
- {
201
- "type": "test",
202
- "which": "qualWeb",
203
- "withNewContent": true,
204
- "what": "QualWeb"
205
- },
206
- {
207
- "type": "test",
208
- "which": "wave",
209
- "reportType": 4,
210
- "what": "WAVE, report-type 4"
211
- },
212
- {
213
- "type": "test",
214
- "which": "tenon",
215
- "id": "a",
216
- "what": "Tenon API version 2 result retrieval"
217
- }
218
- ]
219
- }
@@ -1,225 +0,0 @@
1
- {
2
- "id": "ts24",
3
- "what": "tests of Testaro and 9 other tools",
4
- "strict": true,
5
- "timeLimit": 600,
6
- "acts": [
7
- {
8
- "type": "placeholder",
9
- "which": "main",
10
- "launch": "webkit"
11
- },
12
- {
13
- "type": "tenonRequest",
14
- "id": "a",
15
- "withNewContent": true,
16
- "what": "Tenon API version 2 test request, with URL"
17
- },
18
- {
19
- "type": "test",
20
- "which": "motion",
21
- "what": "spontaneous change of content; requires webkit",
22
- "delay": 2500,
23
- "interval": 2500,
24
- "count": 5
25
- },
26
- {
27
- "type": "placeholder",
28
- "which": "main",
29
- "launch": "chromium"
30
- },
31
- {
32
- "type": "test",
33
- "which": "allHidden",
34
- "what": "document entirely or mainly hidden"
35
- },
36
- {
37
- "type": "test",
38
- "which": "autocomplete",
39
- "withItems": true,
40
- "what": "name and email inputs without autocomplete attributes"
41
- },
42
- {
43
- "type": "test",
44
- "which": "bulk",
45
- "what": "count of visible elements"
46
- },
47
- {
48
- "type": "test",
49
- "which": "docType",
50
- "what": "missing or invalid doctype declaration"
51
- },
52
- {
53
- "type": "test",
54
- "which": "dupAtt",
55
- "withItems": true,
56
- "what": "duplicate attributes"
57
- },
58
- {
59
- "type": "test",
60
- "which": "embAc",
61
- "withItems": true,
62
- "what": "active elements incorrectly embedded in each other"
63
- },
64
- {
65
- "type": "test",
66
- "which": "filter",
67
- "withItems": true,
68
- "what": "filter styles"
69
- },
70
- {
71
- "type": "test",
72
- "which": "focAll",
73
- "what": "Tab-focusability"
74
- },
75
- {
76
- "type": "test",
77
- "which": "focInd",
78
- "revealAll": false,
79
- "allowedDelay": 250,
80
- "withItems": true,
81
- "what": "focus indicators"
82
- },
83
- {
84
- "type": "test",
85
- "which": "focOp",
86
- "withItems": true,
87
- "what": "focusability and operability of elements"
88
- },
89
- {
90
- "type": "test",
91
- "which": "focVis",
92
- "withItems": true,
93
- "what": "links outside display when focused"
94
- },
95
- {
96
- "type": "test",
97
- "which": "hover",
98
- "sampleSize": 20,
99
- "withItems": true,
100
- "what": "hover impacts"
101
- },
102
- {
103
- "type": "test",
104
- "which": "labClash",
105
- "withItems": true,
106
- "what": "unlabeled and mislabeled form controls"
107
- },
108
- {
109
- "type": "test",
110
- "which": "linkTo",
111
- "withItems": true,
112
- "what": "links without destinations"
113
- },
114
- {
115
- "type": "test",
116
- "which": "linkUl",
117
- "withItems": true,
118
- "what": "underlining of inline links"
119
- },
120
- {
121
- "type": "test",
122
- "which": "menuNav",
123
- "withItems": true,
124
- "what": "keyboard navigation within true-focus menus"
125
- },
126
- {
127
- "type": "test",
128
- "which": "miniText",
129
- "withItems": true,
130
- "what": "small text"
131
- },
132
- {
133
- "type": "test",
134
- "which": "nonTable",
135
- "withItems": true,
136
- "what": "tables used for layout"
137
- },
138
- {
139
- "type": "test",
140
- "which": "radioSet",
141
- "withItems": true,
142
- "what": "grouping of radio buttons in fieldsets"
143
- },
144
- {
145
- "type": "test",
146
- "which": "role",
147
- "what": "validity and necessity of role assignments"
148
- },
149
- {
150
- "type": "test",
151
- "which": "styleDiff",
152
- "withItems": true,
153
- "what": "style consistency of headings, buttons, and links"
154
- },
155
- {
156
- "type": "test",
157
- "which": "tabNav",
158
- "withItems": true,
159
- "what": "keyboard navigation within tab lists"
160
- },
161
- {
162
- "type": "test",
163
- "which": "titledEl",
164
- "withItems": true,
165
- "what": "title attributes on inappropriate elements"
166
- },
167
- {
168
- "type": "test",
169
- "which": "zIndex",
170
- "withItems": true,
171
- "what": "elements with non-auto z indexes"
172
- },
173
- {
174
- "type": "test",
175
- "which": "alfa",
176
- "what": "Siteimprove alfa"
177
- },
178
- {
179
- "type": "test",
180
- "which": "axe",
181
- "detailLevel": 2,
182
- "rules": [],
183
- "what": "Axe core, all rules"
184
- },
185
- {
186
- "type": "test",
187
- "which": "continuum",
188
- "what": "Continuum"
189
- },
190
- {
191
- "type": "test",
192
- "which": "htmlcs",
193
- "what": "HTML CodeSniffer"
194
- },
195
- {
196
- "type": "test",
197
- "which": "ibm",
198
- "withItems": true,
199
- "what": "IBM Accessibility Checker, with page content and again with URL"
200
- },
201
- {
202
- "type": "test",
203
- "which": "nuVal",
204
- "what": "Nu Html Checker"
205
- },
206
- {
207
- "type": "test",
208
- "which": "qualWeb",
209
- "withNewContent": true,
210
- "what": "QualWeb"
211
- },
212
- {
213
- "type": "test",
214
- "which": "wave",
215
- "reportType": 4,
216
- "what": "WAVE, report-type 4"
217
- },
218
- {
219
- "type": "test",
220
- "which": "tenon",
221
- "id": "a",
222
- "what": "Tenon API version 2 result retrieval"
223
- }
224
- ]
225
- }