2.0.27 • Published 5 years ago

@quall/core v2.0.27

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

quall yet another Web Quality Tool

Quick start

Installation

In any project (it can be another project than the one you want to run in quall) install the @quall/core package

npm i --save-dev @quall/core

Config

quall wont work until you give some runner to execute on your website, so let's create a config file named .quallrc in the root folder of your project containing some data :

{
  "name": "MFW report",
  "pages": [
    {
      "url": "https://motherfuckingwebsite.com/",
      "label": "A Bare website with almost nothing in it but text",
      "id": "mfw_report"
    }
  ],
  "runners": ["@quall/axe-core"]
}

here we ask for a runner named @quall/axe-core, we need to install him as well :

npm i --save-dev @quall/axe-core

Running an audit

Okay everything is ready we can just run :

# it's better to add those commands to your package.json
# Bare report
quall

# Output directory
quall --output-dir "mfw-quall-report"

REST Usage

To use the restAPI you need to POST to /audit with the config as application/json

outputDir and reportType properties will be ignored when dealing with the REST API.

2.0.27

5 years ago

2.0.26

5 years ago

2.0.25

5 years ago

2.0.24

5 years ago

2.0.23

5 years ago

2.0.21

5 years ago

2.0.20

5 years ago

2.0.19

5 years ago

2.0.18

5 years ago

2.0.17

5 years ago

2.0.16

5 years ago

2.0.15

5 years ago

2.0.14

5 years ago

2.0.13

5 years ago

2.0.12

5 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

0.0.35

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago