-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat (CI): Enable 1JS VR tool to run on v7 #25946
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) |
@@ -2,7 +2,8 @@ | |||
steps: | |||
- task: NodeTool@0 | |||
inputs: | |||
versionSpec: '12.x' | |||
versionSpec: '14.18.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
impor is a strange name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will address in follow-up PRs with cleanups!
Changes:
node
version to version14.18.1
to align with master and since it's incompatible with thestorywright
tool.convert
,build-storybook
,vrt:build
scripts needed to run vr tests in pipeline.storywright
andvrscreenshotdiff
Note: The v7 branch will share the
VR Tool Pipeline - PR
pipeline with the master branch but will have its own separateVR Tool - Baseline (v7)
pipeline.Related Issue(s)