microsoft / accessibility-insights-action

Github Action to scan for accessibility issues in github pages
MIT License
80 stars 42 forks source link

Help text from baselining should exclude unsupported --updateBaseline option #944

Closed DaveTryon closed 2 years ago

DaveTryon commented 2 years ago

When running the ADO extension with baselining, we get the following message from the scanner:

To update the baseline with these changes, either rerun with --updateBaseline or copy the updated baseline file to /home/vsts/work/1/s/test.baseline

The --updateBaseline option makes sense when running the scanner CLI. It doesn't make sense when running the scanner from inside the ADO extension. We should have a way for the scanner to exclude the --updateBaseline help when running from the extension.

ghost commented 2 years ago

This issue has been marked as ready for team triage; we will triage it in our weekly review and update the issue. Thank you for contributing to Accessibility Insights!