testaro 4.0.0 → 4.0.1

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/README.md CHANGED
@@ -33,11 +33,11 @@ As of this version, the counts of tests in the packages referenced above were:
33
33
  - Alfa: 103
34
34
  - Axe-core: 138
35
35
  - Equal Access: 163
36
- - Tenon: 433
36
+ - Tenon: 180
37
37
  - WAVE: 110
38
38
  - subtotal: 612
39
39
  - Testaro tests: 16
40
- - grand total: 1061
40
+ - grand total: 808
41
41
 
42
42
  ## Code organization
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Automation of accessibility testing",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "what": "Test example.com with tenon",
2
+ "what": "Test Wikipedia with tenon",
3
3
  "strict": true,
4
4
  "commands": [
5
5
  {
@@ -9,8 +9,8 @@
9
9
  },
10
10
  {
11
11
  "type": "url",
12
- "which": "https://example.com/",
13
- "what": "page with a few accessibility defects"
12
+ "which": "https://en.wikipedia.org/wiki/Main_Page",
13
+ "what": "Wikipedia English home page"
14
14
  },
15
15
  {
16
16
  "type": "tenonRequest",