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.
- package/README.md +30 -0
- package/package.json +1 -1
- package/procs/compare/cp1/index.html +46 -0
- package/procs/compare/cp1/index.js +71 -0
- package/procs/digest/dp10a/index.html +2 -2
- package/procs/digest/dp10b/index.html +74 -0
- package/procs/digest/dp10b/index.js +130 -0
- package/procs/digest/dp10c/index.html +55 -0
- package/procs/digest/dp10c/index.js +129 -0
- package/procs/score/sp10b.js +507 -0
- package/procs/score/sp10c.js +465 -0
- package/reports/digested/35k1r-railpass.html +1129 -843
- package/reports/digested/3aee6-eurail.html +2823 -2372
- package/reports/digested/dp10a/35k1r-railpass.html +9302 -0
- package/reports/digested/dp10a/3aee6-eurail.html +35782 -0
- package/reports/digested/style.css +2 -2
- package/reports/raw/3aee6-eurail.json +4 -2
- package/reports/scored/35k1r-railpass.json +559 -175
- package/reports/scored/3aee6-eurail.json +692 -173
- package/score.js +1 -1
- package/scoring/data/duplications.json +22 -22
- package/scoring/data/groups.json +335 -0
- package/scoring/data/packageRules/alfa.tsv +82 -0
- package/scoring/data/packageRules/axe.js +390 -0
- package/scoring/data/packageRules/ibm.tsv +159 -0
- package/scoring/data/packageRules/tenon.tsv +14 -0
- package/scoring/data/packageRules/wave.json +1617 -0
- package/scoring/data/packageRules/wave.tsv +55 -0
- package/scoring/data/testGroups.json +1067 -0
- package/scoring/{data → procs}/correlation.js +0 -0
- package/scoring/{data → procs}/dupCounts.js +0 -0
- package/scoring/procs/groups.js +61 -0
- package/scoring/{data → procs}/packageData.js +0 -0
- package/scoring/{data → procs}/packageIssues.js +0 -0
- 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
|
-
#
|
|
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
|
+
}
|