feat (CI): Enable 1JS VR tool to run on v7#25946
feat (CI): Enable 1JS VR tool to run on v7#25946TristanWatanabe merged 14 commits intomicrosoft:7.0from
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 944b7e7:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: dc053c90ba404918eec40ccd61bfbae3db50ff9d (build) |
| - task: NodeTool@0 | ||
| inputs: | ||
| versionSpec: '12.x' | ||
| versionSpec: '14.18.1' |
There was a problem hiding this comment.
bumps agent host machine node version to 14.18.1 to align with master and to make it compatible with the storywright tool.
🕵 FluentUI-v7 Open the Visual Regressions report to inspect the 1271 screenshots✅ There was 1271 screenshots added, 0 screenshots removed, 102 screenshots unchanged, 0 screenshots with different dimensions and 0 screenshots with visible difference. OverflowSet.Root - RTL.default.chromium 1 screenshots
OverflowSet.Root.default.chromium 1 screenshots
SearchBox.Full - RTL.default.chromium 1 screenshots
SearchBox.Full.default.chromium 1 screenshots
SearchBox.Root - RTL.default.chromium 1 screenshots
SearchBox.Root.default.chromium 1 screenshots
unknown 1265 screenshots
|
Perf AnalysisNo significant results to display. All results
|
| #!/usr/bin/env bash | ||
|
|
||
| find ./src -type f |while read fname; do | ||
| impor="" |
There was a problem hiding this comment.
Will address in follow-up PRs with cleanups!
Changes:
nodeversion to version14.18.1to align with master and since it's incompatible with thestorywrighttool.convert,build-storybook,vrt:buildscripts needed to run vr tests in pipeline.storywrightandvrscreenshotdiffNote: The v7 branch will share the
VR Tool Pipeline - PRpipeline with the master branch but will have its own separateVR Tool - Baseline (v7)pipeline.Related Issue(s)