@qualweb/earl-reporter 0.4.3 → 0.4.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/README.md CHANGED
@@ -1,69 +1,69 @@
1
- # QualWeb EARL reporter
2
-
3
- EARL reporter module for QualWeb.
4
-
5
- ## How to use
6
-
7
- **This is an internal module of QualWeb. To use it check either [@qualweb/cli](https://github.com/qualweb/cli) or [@qualweb/core](https://github.com/qualweb/core).**
8
-
9
- ## Report details
10
-
11
- ```jsonc
12
- {
13
- "@context": "https://act-rules.github.io/earl-context.json",
14
- "@graph": [
15
- {
16
- "@type": "TestSubject",
17
- "source": "url of the tested webpage",
18
- "redirectedTo": "final url after redirects (if any)",
19
- "assertor": {
20
- "@id": "QualWeb",
21
- "@type": "Software",
22
- "title": "QualWeb",
23
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
24
- "hasVersion": "QualWeb version",
25
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
26
- },
27
- "assertions": [
28
- {
29
- "@type": "Assertion",
30
- "test": {
31
- "@id": "url fo the rule/technique",
32
- "@type": "TestCase",
33
- "title": "rule/technique name",
34
- "description": "rule/technique description"
35
- },
36
- "mode": "earl:automatic",
37
- "result": {
38
- "@type": "TestResult",
39
- "outcome": "outcome of the rule/technique",
40
- "source": [
41
- {
42
- "result": {
43
- "pointer": "Pointer to the test target in CSS notation",
44
- "outcome": "outcome of the test"
45
- }
46
- },
47
- {
48
- ...
49
- }
50
- ],
51
- "description": "Description of the outcome",
52
- "date": "Date of the evaluation"
53
- }
54
- },
55
- {
56
- ...
57
- }
58
- ]
59
- },
60
- {
61
- ...
62
- }
63
- ]
64
- }
65
- ```
66
-
67
- # License
68
-
1
+ # QualWeb EARL reporter
2
+
3
+ EARL reporter module for QualWeb.
4
+
5
+ ## How to use
6
+
7
+ **This is an internal module of QualWeb. To use it check either [@qualweb/cli](https://github.com/qualweb/cli) or [@qualweb/core](https://github.com/qualweb/core).**
8
+
9
+ ## Report details
10
+
11
+ ```jsonc
12
+ {
13
+ "@context": "https://act-rules.github.io/earl-context.json",
14
+ "@graph": [
15
+ {
16
+ "@type": "TestSubject",
17
+ "source": "url of the tested webpage",
18
+ "redirectedTo": "final url after redirects (if any)",
19
+ "assertor": {
20
+ "@id": "QualWeb",
21
+ "@type": "Software",
22
+ "title": "QualWeb",
23
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
24
+ "hasVersion": "QualWeb version",
25
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
26
+ },
27
+ "assertions": [
28
+ {
29
+ "@type": "Assertion",
30
+ "test": {
31
+ "@id": "url fo the rule/technique",
32
+ "@type": "TestCase",
33
+ "title": "rule/technique name",
34
+ "description": "rule/technique description"
35
+ },
36
+ "mode": "earl:automatic",
37
+ "result": {
38
+ "@type": "TestResult",
39
+ "outcome": "outcome of the rule/technique",
40
+ "source": [
41
+ {
42
+ "result": {
43
+ "pointer": "Pointer to the test target in CSS notation",
44
+ "outcome": "outcome of the test"
45
+ }
46
+ },
47
+ {
48
+ ...
49
+ }
50
+ ],
51
+ "description": "Description of the outcome",
52
+ "date": "Date of the evaluation"
53
+ }
54
+ },
55
+ {
56
+ ...
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ ...
62
+ }
63
+ ]
64
+ }
65
+ ```
66
+
67
+ # License
68
+
69
69
  ISC