0.4.6 • Published 1 year ago
@qualweb/earl-reporter v0.4.6
QualWeb EARL reporter
EARL reporter module for QualWeb.
How to use
This is an internal module of QualWeb. To use it check either @qualweb/cli or @qualweb/core.
Report details
{
"@context": "https://act-rules.github.io/earl-context.json",
"@graph": [
{
"@type": "TestSubject",
"source": "url of the tested webpage",
"redirectedTo": "final url after redirects (if any)",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
"title": "QualWeb",
"description": "QualWeb is an automatic accessibility evaluator for webpages.",
"hasVersion": "QualWeb version",
"homepage": "http://www.qualweb.di.fc.ul.pt/"
},
"assertions": [
{
"@type": "Assertion",
"test": {
"@id": "url fo the rule/technique",
"@type": "TestCase",
"title": "rule/technique name",
"description": "rule/technique description"
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
"outcome": "outcome of the rule/technique",
"source": [
{
"result": {
"pointer": "Pointer to the test target in CSS notation",
"outcome": "outcome of the test"
}
},
{
...
}
],
"description": "Description of the outcome",
"date": "Date of the evaluation"
}
},
{
...
}
]
},
{
...
}
]
}
License
ISC
0.4.6
1 year ago
0.0.0-develop-20231124153852
2 years ago
0.0.0-develop-20231124154536
2 years ago
0.4.5
2 years ago
0.4.3
3 years ago
0.4.2
3 years ago
0.4.1
4 years ago
0.4.0
4 years ago
0.3.0
4 years ago
0.2.7
5 years ago
0.2.6
5 years ago
0.2.5
5 years ago
0.2.4
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.0
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.122
6 years ago
0.0.121
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.1
6 years ago