testilo 3.3.1 → 3.4.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 (35) hide show
  1. package/README.md +30 -0
  2. package/package.json +1 -1
  3. package/procs/compare/cp1/index.html +46 -0
  4. package/procs/compare/cp1/index.js +71 -0
  5. package/procs/digest/dp10a/index.html +2 -2
  6. package/procs/digest/dp10b/index.html +74 -0
  7. package/procs/digest/dp10b/index.js +130 -0
  8. package/procs/digest/dp10c/index.html +55 -0
  9. package/procs/digest/dp10c/index.js +129 -0
  10. package/procs/score/sp10b.js +507 -0
  11. package/procs/score/sp10c.js +465 -0
  12. package/reports/digested/35k1r-railpass.html +1129 -843
  13. package/reports/digested/3aee6-eurail.html +2823 -2372
  14. package/reports/digested/dp10a/35k1r-railpass.html +9302 -0
  15. package/reports/digested/dp10a/3aee6-eurail.html +35782 -0
  16. package/reports/digested/style.css +2 -2
  17. package/reports/raw/3aee6-eurail.json +4 -2
  18. package/reports/scored/35k1r-railpass.json +559 -175
  19. package/reports/scored/3aee6-eurail.json +692 -173
  20. package/score.js +1 -1
  21. package/scoring/data/duplications.json +22 -22
  22. package/scoring/data/groups.json +335 -0
  23. package/scoring/data/packageRules/alfa.tsv +82 -0
  24. package/scoring/data/packageRules/axe.js +390 -0
  25. package/scoring/data/packageRules/ibm.tsv +159 -0
  26. package/scoring/data/packageRules/tenon.tsv +14 -0
  27. package/scoring/data/packageRules/wave.json +1617 -0
  28. package/scoring/data/packageRules/wave.tsv +55 -0
  29. package/scoring/data/testGroups.json +1067 -0
  30. package/scoring/{data → procs}/correlation.js +0 -0
  31. package/scoring/{data → procs}/dupCounts.js +0 -0
  32. package/scoring/procs/groups.js +61 -0
  33. package/scoring/{data → procs}/packageData.js +0 -0
  34. package/scoring/{data → procs}/packageIssues.js +0 -0
  35. package/scoring/procs/regroup.js +39 -0
@@ -6,7 +6,7 @@ body {
6
6
  margin: 2rem;
7
7
  font-size: large;
8
8
  }
9
- .bold {
9
+ .bold, .componentID {
10
10
  font-weight: 700;
11
11
  }
12
12
  button {
@@ -64,7 +64,7 @@ legend {
64
64
  section:not(.wide) {
65
65
  max-width: 36rem;
66
66
  }
67
- #summary > p {
67
+ #synopsis > p {
68
68
  margin: 0;
69
69
  padding: 0;
70
70
  }
@@ -11557,6 +11557,7 @@
11557
11557
  "url": "https://www.eurail.com/en",
11558
11558
  "result": {
11559
11559
  "content": {
11560
+ "prevented": true,
11560
11561
  "error": "ERROR: getting ibm test report took too long"
11561
11562
  },
11562
11563
  "url": {
@@ -12143,7 +12144,8 @@
12143
12144
  "level": "violation"
12144
12145
  }
12145
12146
  ]
12146
- }
12147
+ },
12148
+ "prevented": true
12147
12149
  }
12148
12150
  },
12149
12151
  {
@@ -35245,4 +35247,4 @@
35245
35247
  "visitRejectionCount": 0,
35246
35248
  "endTime": "2022-06-08T20:57:59",
35247
35249
  "elapsedSeconds": 154
35248
- }
35250
+ }