You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ Trigger the workflow manually or automatically based on your configuration. The
126
126
|`include_screenshots`| No | Whether to capture screenshots of scanned pages and include links to them in filed issues. Screenshots are stored on the `gh-cache` branch of the repository running the workflow. Default: `false`|`true`|
127
127
|`reduced_motion`| No | Playwright `reducedMotion` setting for scan contexts. Allowed values: `reduce`, `no-preference`|`reduce`|
128
128
|`color_scheme`| No | Playwright `colorScheme` setting for scan contexts. Allowed values: `light`, `dark`, `no-preference`|`dark`|
129
-
|`scans`| No | An array of scans (or plugins) to be performed. If not provided, only Axe will be performed. |`'["axe", "reflow-scan", ...other plugins]'`|
129
+
|`scans`| No | An array of scans (or plugins) to be performed. If not provided, only Axe will be performed. |`'["axe", "reflow-scan"]'`|
0 commit comments