Skip to content

Commit 1b42b63

Browse files
committed
add axe params to API reference
1 parent 9e2f7d7 commit 1b42b63

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/api/reference.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@ Set to 1 to run [Wappalyzer](https://www.wappalyzer.com/) to identify what techn
272272
**Default:** 1
273273
- `metadata` <small>optional</small>
274274
String (up to 10KB) that will be stored with the test result and echoed back as "metadata" in the page data of the API results (JSON, HAR and XML). If the string is encoded JSON, then the decoded JSON data will be used instead of the raw string.
275+
- `axe` <small>optional</small>
276+
Set to 0 to disable [Axe](https://github.com/dequelabs/axe-core) accessibility testing.
277+
**Default:** 1
278+
- `axe_categories` <small>optional</small>
279+
Select which categories of accessibility tests to run. Accepts a comma-delimited list of [Axe-core tags](https://www.deque.com/axe/core-documentation/api-documentation/#axe-core-tags)l
280+
**Default:** 'wcag2a,wcag2aa'
275281
:::
276282

277283

0 commit comments

Comments
 (0)