0.4.6 • Published 4 months ago

@qualweb/earl-reporter v0.4.6

Weekly downloads
69
License
ISC
Repository
github
Last release
4 months ago

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

4 months ago

0.4.5

5 months ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.122

5 years ago

0.0.121

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.1

5 years ago