feat(ai-scan-support): add support for showing ai-scan guidance tag in reports#7570
Merged
v-viyada merged 6 commits intomicrosoft:mainfrom Apr 10, 2025
Merged
feat(ai-scan-support): add support for showing ai-scan guidance tag in reports#7570v-viyada merged 6 commits intomicrosoft:mainfrom
v-viyada merged 6 commits intomicrosoft:mainfrom
Conversation
Member
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
Member
Author
|
@microsoft/accessibility-insights-code-owners Could you please take a look at this PR? |
7 tasks
v-viyada
pushed a commit
that referenced
this pull request
Apr 22, 2025
…tton (only for HTML reports) (#7576) This PR follows: #7570 #### Details <!-- Usually a sentence or two describing what the PR changes --> - Feedback mechanism is enabled when `feedbackURL` is provided AND the issue's guidance matches `AI_SCAN` - Copy failure details button is implemented for HTML reports https://github.com/user-attachments/assets/c2f74853-67d8-4869-ac25-20887a1616a8 ##### Motivation <!-- This can be as simple as "addresses issue #123" --> ##### Context <!-- Are there any parts that you've intentionally left out-of-scope for a later PR to handle? --> <!-- Were there any alternative approaches you considered? What tradeoffs did you consider? --> #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [ ] Addresses an existing issue: #0000 - [ ] Ran `yarn fastpass` - [ ] Added/updated relevant unit test(s) (and ran `yarn test`) - [ ] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage` - [ ] PR title *AND* final merge commit title both start with a semantic tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See `CONTRIBUTING.md`. - [ ] (UI changes only) Added screenshots/GIFs to description above - [ ] (UI changes only) Verified usability with NVDA/JAWS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
This PR introduces support for
ai-scanguidance tags, which should behave similarly to the existing "Best Practice" tag, i.e. an "AI Suggested" pill will be shown in the reports where applicable.Motivation
Distinguishes between axe-core and AI-detected issues in the reports, making it easier for users to understand the origin of the issue.
Context
Pull request checklist
yarn fastpassyarn test)<rootDir>/test-results/unit/coveragefix:,chore:,feat(feature-name):,refactor:). SeeCONTRIBUTING.md.