0.5.4 • Published 12 months ago

@qualweb/earl-reporter v0.5.4

Weekly downloads
69
License
ISC
Repository
github
Last release
12 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.5.4

1 year ago

0.5.3

1 year ago

0.5.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 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

7 years ago

0.0.122

7 years ago

0.0.121

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.1

7 years ago