Releases: a11ywatch/github-actions
Releases · a11ywatch/github-actions
v2.1.10
What's Changed
Fix A11yWatch EXTERNAL=true
deserialization issue.
- test(ci): add a11ywatch token & external by @j-mendez in #57
- chore(cli): fix deserialization issue [email protected]
Full Changelog: v2.1.9...v2.1.10
v2.1.9
- chore(cli): update @a11ywatch/cli ripgrep install fix [#55]
Full Changelog: v2.1.8...v2.1.9
v2.1.8
Whats Changed
UPLOAD
input for audit results downloading.
- build(local): fix external env handling
- chore(record): fix record default
- feat(uploads): add upload artifact
- feat(cache): add snap start after branch store
- chore(action): add results output
Full Changelog: v2.1.1...v2.1.8
v2
Full Changelog: v1...v2
v2.1.2
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
v2.0.2
Whats Changed
- fix result parsing errors list
v2.0.1
What's Changed
Major performance improvements and startup time increase. Localhost testing without docker networking targets.
- build(action): add local a11ywatch building by @j-mendez in #44
- fix(localhost): fix localhost network target
- fix(cli): add external schema match fix
Special thanks to @dmundra for helping get localhost testing available
Full Changelog: v1.15.0...v2.0.0
v1.15.0
Whats New
- fix remote audit handling [email protected]
v1.14.0
What's Changed
Full Changelog: v1.13.0...v1.14.0
v1.13.0
What's Changed
Usage
- uses: a11ywatch/[email protected]
with:
WEBSITE_URL: ${{ secrets.WEBSITE_URL }}
SUBDOMAINS: true
TLD: false
SITEMAP: true
FAIL_ERRORS_COUNT: 15
LIST: true
FIX: false
UPGRADE: false
COMPUTER_VISION_SUBSCRIPTION_KEY: ${{ secrets.COMPUTER_VISION_SUBSCRIPTION_KEY }}
COMPUTER_VISION_ENDPOINT: ${{ secrets.COMPUTER_VISION_SUBSCRIPTION_KEY }}
Full Changelog: v1.12.2...v1.13.0