-
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
Add conformance and vr tests to react-progress #25105
Conversation
apps/vr-tests-react-components/src/stories/Progress.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.test.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.test.tsx
Outdated
Show resolved
Hide resolved
📊 Bundle size report
Unchanged fixtures
|
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 2eaed63:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: c78ae4c551ef8dd8109fc339047cfdfd1c1b9948 (build) |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1305 | 1290 | 5000 | |
Button | mount | 971 | 965 | 5000 | |
FluentProvider | mount | 1636 | 1614 | 5000 | |
FluentProviderWithTheme | mount | 634 | 639 | 10 | |
FluentProviderWithTheme | virtual-rerender | 595 | 595 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 634 | 646 | 10 | |
MakeStyles | mount | 1904 | 1917 | 50000 | |
SpinButton | mount | 2540 | 2512 | 5000 |
packages/react-components/react-progress/src/components/Progress/Progress.test.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.test.tsx
Show resolved
Hide resolved
change/@fluentui-react-progress-0341ff0e-8632-492b-8459-66f2acc50ea6.json
Outdated
Show resolved
Hide resolved
…c50ea6.json Co-authored-by: Makoto Morimoto <[email protected]>
…c-react into react-progress-tests
Approved the screener changes. I still can't figure out where the button changes are coming from, but I can't see anything in this PR that could cause them, so I've approved them as well. |
* Add conformance and vr tests to react-progress * Add Progress stories to vr tests * remove private tag in package.json * Update tests * change files * update package.json * fix * fix typo * Update SPEC.md with ProgressField info * update rtl styling and vr test * cleanup * Move aria props to root and update tests * Update change/@fluentui-react-progress-0341ff0e-8632-492b-8459-66f2acc50ea6.json Co-authored-by: Makoto Morimoto <[email protected]> * Add test for max prop * remove snapshot Co-authored-by: Makoto Morimoto <[email protected]>
This PR adds conformance and vr tests for
Progress