Accessibility Insights for Azure DevOps Extension v2.0.6
Accessibility Insights for Azure DevOps - Beta v2.0.6
Get the extension in the Visual Studio Marketplace (Microsoft-Internal Only)
Welcome to the May 10th, 2022 release of Accessibility Insights for Azure DevOps - Beta!
Breaking Changes
This release has some big changes that cause your settings from v1.1.1 to be incompatible with v2.0.6, so be sure to check out our migration guide!
Highlights
The Accessibility Insights for Azure DevOps Extension helps integrate automated accessibility tests in your Azure pipeline. This extension uses the axe-core rules engine to scan websites and web apps for common accessibility issues.
In v2.0.6, we have made changes to:
- No longer use Pull Request comments to summarize scan results; instead, you can find result summaries in the improved Pipeline task log and in the "Extensions" tab of your pipeline run
- No longer require a Service Connection option for the task to work
- Make newly detected accessibility issues fail the task. To avoid failures, either use a Baseline File or set failOnAccessibilityError to false.
- Improve our input names, user-options view, and documentation
- Add a method for telemetry collection
For new users, see how to use the Azure DevOps extension documentation for more information on how to get started.
Changes:
- 7c86844 fix: Avoiding the creation of multiple output directories (#1171)
- 19f2ac0 feat(ado-ext-telemetry): add a v1 to v2 migration guide for the ADO extension (#1136)
- b72ddfc feat(ado-ext-telemetry): Making failOnAccessibilityError true by default (#1088)
- 559dd6e feat(ado-ext-telemetry): Avoiding configuration of mutually exclusive parameters (#1122)
- 2994b6c feat(ado-ext-telemetry): Embed upload artifact into task (#1085)
- 7e9a419 feat(ado-ext-telemetry): Grouping rarely used options under Advanced Options group (#1092)
- 928a51f feat(ado-improvement-1): Remove PR Comments, add output to logs (#1041)
- 57e0a08 chore: add script to help run ADO extension locally (#1027)
- d3e8fd0 chore(deps): bump express from 4.17.3 to 4.18.0 (#1157)
See More
- 2dff5e4 fix: staticSiteUrlRelativePath validation issue (#1181)
- 64d39c2 fix(gha): prevent input validator treating unspecified url input as specified (#1163) [ #0000 ]
- 4a5b285 fix: apply yarn resolutions at runtime (#1162) [ #1141, #0000 ]
- 6773cb0 fix(ado-ext-telemetry): fix failOnAccessibilityError interaction with baseline files (#1160) [ #1149 ]
- 3831371 feat(ado-ext-telemetry): Updating input validation to run before scan starts (#1149)
- 93fe067 fix: Fixing one instance of async vulnerability (#1142)
- 0dff9f4 feat(ado-ext-telemetry): Update documentation to reflect new state of Extension (#1130)
- 63a6eb1 fix: Allow manual test extension pipeline deployments without requiring version number (#1101)
- 2ad07ce fix: canary pipeline greater than syntax (#1097)
- fc1a26c Update ado-extension-usage documentation (#1083)
- 7fdb965 Fix invalid yaml syntax in dependabot.yml (#1072)
- d149e9a fix: rules with failures count in markdown and console output (#1077)
- c97c4d1 feat(ADO-improvements-1): update documentation for siteDir and scanUrlRelativePath for Windows Agents (#1074)
- eb20e8f feat(ado-improvements-1): Add Build summary upload to ADO (#1055) [ #0000 ]
- 2c492bf feat(ado-improvements-1): Remove unnecessary auth input from ADO extension (#1045)
- b7ea9ae feat(ado-improvements-1): Map LogLevel to ADO log output (#1042)
- bf955bb fix: Add missing PR scenarios (#985)
- bb94c01 feat(pr-baseline-2): fix behavior when multiple reporters have errors (#943) [ #0000 ]
- e0fcd0b feat(pr-baseline-2): Add documentation for baseline in extension (#932)
- 100865a Update vulnerable packages (#892)