microsoft / axe-windows

Automated accessibility testing engine for Windows applications
MIT License
136 stars 62 forks source link

chore: Fix CLI validation script #842

Closed DaveTryon closed 1 year ago

DaveTryon commented 1 year ago

Details

When #833 changed the CLI to target .NET 6.0, it changed the path of the locally-built CLI, which (in turn) broke the validation script. This just fixes the validation script and makes the displayed instructions a little bit clearer.

Motivation

Validation scripts should work

Context

Pull request checklist

codecov-commenter commented 1 year ago

Codecov Report

Merging #842 (708768e) into main (4fc19c3) will decrease coverage by 0.70%. The diff coverage is 80.56%.

@@            Coverage Diff             @@
##             main     #842      +/-   ##
==========================================
- Coverage   73.70%   72.99%   -0.71%     
==========================================
  Files         398      421      +23     
  Lines       12046    12998     +952     
==========================================
+ Hits         8878     9488     +610     
- Misses       3168     3510     +342     
Impacted Files Coverage Δ
src/Actions/Actions/ControlPatternAction.cs 0.00% <0.00%> (ø)
src/Actions/Actions/CustomUIAAction.cs 0.00% <0.00%> (ø)
src/Actions/Actions/ListenAction.cs 0.00% <0.00%> (ø)
src/Actions/Actions/PrivacyExtensions.cs 100.00% <ø> (ø)
src/Actions/Actions/SetDataAction.cs 0.00% <0.00%> (ø)
...rc/Actions/Attributes/InteractionLevelAttribute.cs 0.00% <0.00%> (ø)
src/Actions/Misc/ExtensionMethods.cs 7.46% <0.00%> (-31.60%) :arrow_down:
src/Actions/Resources/ErrorMessages.Designer.cs 0.00% <ø> (-55.56%) :arrow_down:
src/Automation/AxeWindowsAutomationException.cs 33.33% <ø> (-33.34%) :arrow_down:
src/Automation/Data/OutputFile.cs 88.88% <ø> (ø)
... and 437 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.