testaro 5.5.5 → 5.5.6
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
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"id": "tp12",
|
|
3
3
|
"what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests",
|
|
4
4
|
"strict": true,
|
|
5
|
+
"timeLimit": 300,
|
|
5
6
|
"commands": [
|
|
6
7
|
{
|
|
7
8
|
"type": "launch",
|
|
@@ -146,17 +147,17 @@
|
|
|
146
147
|
"withItems": true,
|
|
147
148
|
"what": "IBM Accessibility Checker, with page content and again with URL"
|
|
148
149
|
},
|
|
149
|
-
{
|
|
150
|
-
"type": "test",
|
|
151
|
-
"which": "tenon",
|
|
152
|
-
"id": "a",
|
|
153
|
-
"what": "Tenon API version 2 result retrieval"
|
|
154
|
-
},
|
|
155
150
|
{
|
|
156
151
|
"type": "test",
|
|
157
152
|
"which": "wave",
|
|
158
153
|
"reportType": 4,
|
|
159
154
|
"what": "WAVE, report-type 4"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"type": "test",
|
|
158
|
+
"which": "tenon",
|
|
159
|
+
"id": "a",
|
|
160
|
+
"what": "Tenon API version 2 result retrieval"
|
|
160
161
|
}
|
|
161
162
|
]
|
|
162
163
|
}
|