test(avt): include playwright test report json in @carbon/react
#14538
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.
First part of #14480
This modifies the playwright config to output a duplicate json report file that will be included in the build output of
@carbon/react
.This file will be used within carbon-website to generate automated accessibility test status tables for each component.
Changelog
New
Changed
@carbon/react
package.json to include the new file as part of the published packagepackages/react/.playwright
Testing / Reviewing
yarn playwright test
and ensure theINTERNAL_AVT_REPORT_DO_NOT_USE.json
file is output and in the proper location.