What's Changed
- feat(video): add audits recording litemode option by @j-mendez in #47
- chore(playwright): fix chrome install with cacheing
Use the RECORD
input to declare a folder that should store video recordings of the audit. Omit the value to prevent recordings and speed up results. Recording is only available when running locally.
- uses: a11ywatch/github-action@v2
with:
WEBSITE_URL: ${{ secrets.WEBSITE_URL }}
RECORD: recordings
Full Changelog: v2.0.2...v2.1.2