Skip to content

Releases: a11ywatch/github-actions

v2.1.10

22 Feb 23:30
d61a01a
Compare
Choose a tag to compare

What's Changed

Fix A11yWatch EXTERNAL=true deserialization issue.

Full Changelog: v2.1.9...v2.1.10

v2.1.9

30 Nov 00:39
Compare
Choose a tag to compare
  • chore(cli): update @a11ywatch/cli ripgrep install fix [#55]

Full Changelog: v2.1.8...v2.1.9

v2.1.8

27 Sep 17:42
bcc09a7
Compare
Choose a tag to compare

Whats Changed

UPLOAD input for audit results downloading.

  1. build(local): fix external env handling
  2. chore(record): fix record default
  3. feat(uploads): add upload artifact
  4. feat(cache): add snap start after branch store
  5. chore(action): add results output

Full Changelog: v2.1.1...v2.1.8

v2

28 Sep 15:55
Compare
Choose a tag to compare

Full Changelog: v1...v2

v2.1.2

22 Sep 15:50
Compare
Choose a tag to compare

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

21 Jun 15:53
Compare
Choose a tag to compare

Whats Changed

  • fix result parsing errors list

v2.0.1

23 May 19:41
Compare
Choose a tag to compare

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

26 Apr 22:16
Compare
Choose a tag to compare

Whats New

  1. fix remote audit handling [email protected]

v1.14.0

23 Mar 00:19
d8f359a
Compare
Choose a tag to compare

What's Changed

  • chore(cli): fix external connection usage
  • chore(docs): add litemode notes by @j-mendez in #41

Full Changelog: v1.13.0...v1.14.0

v1.13.0

23 Jan 18:26
b6c4b69
Compare
Choose a tag to compare

What's Changed

  • feat(sitemap): add sitemap crawl option by @j-mendez in #40

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