testaro 4.3.0 → 4.3.3

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/high.js CHANGED
@@ -1,5 +1,8 @@
1
- // high.js
2
- // Invokes Testaro with the high-level method.
1
+ /*
2
+ high.js
3
+ Invokes Testaro with the high-level method.
4
+ Usage example: node high tp10 weborgs
5
+ */
3
6
 
4
7
  const {runJob} = require('./create');
5
8
  const scriptID = process.argv[2];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "4.3.0",
3
+ "version": "4.3.3",
4
4
  "description": "Automation of accessibility testing",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -0,0 +1,11 @@
1
+ {
2
+ "id": "eurail",
3
+ "what": "Eurail",
4
+ "hosts": [
5
+ {
6
+ "id": "eurail",
7
+ "which": "https://www.eurail.com/en",
8
+ "what": "Eurail"
9
+ }
10
+ ]
11
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "asp10",
2
+ "id": "tp10",
3
3
  "what": "AATT, Alfa, Axe, IBM, Tenon, WAVE, and 16 custom tests",
4
4
  "strict": true,
5
5
  "commands": [