-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: percy visual regression tests (#526)
* adding percy with snapshot exclusions * removing chromatic visual tests from github actions
- Loading branch information
1 parent
5b23231
commit 43fe85f
Showing
4 changed files
with
115 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
version: 2 | ||
snapshot: | ||
widths: | ||
- 375 | ||
- 1280 | ||
minHeight: 1024 | ||
percyCSS: '' | ||
disableShadowDOM: false | ||
enableJavascript: true | ||
enableLayout: true | ||
storybook: | ||
# args: {} | ||
# globals: {} | ||
# queryParams: {} | ||
# waitForTimeout: 30000 | ||
# waitForSelector: '' | ||
# additionalSnapshots: [] | ||
include: [ | ||
'Foundations/Typography: Text Styles', | ||
'Foundations/Themes: Dynamic Tokens', | ||
'Foundations/Logos/LogoTribrand: Logo Inline SVG', | ||
'Foundations/Grid and Layout: Full Page Example', | ||
# TODO: add a story that has all icons in it | ||
'Navigation/*', | ||
'Components/*', | ||
'Mixins/*', | ||
'Templates/*' | ||
] | ||
exclude: | ||
[ | ||
'Docs', | ||
'Overview', | ||
'Navigation/Headers/WWW/NavDesktop: Dropdown', | ||
'Navigation/Headers/WWW/NavMobile: With Secondary Nav', | ||
'Navigation/Headers/WWW/NavMobile: With Tertiary Nav', | ||
'Navigation/Headers/WWW/NavMobile: Dropdown Secondary', | ||
'Navigation/Headers/EDU/NavMobile', | ||
'Navigation/Elements', | ||
'Components/Base/BaseHeading', | ||
'Components/Base/BaseAudio: BaseAudio', | ||
'Components/Base/BaseImage: Lazy Loading', | ||
'Components/Base/BaseImagePlaceholder: With Image', | ||
'Components/Base/BaseModal: Base Story', | ||
'Components/Base/BaseModal: Custom Trigger', | ||
'Components/Base/BaseModal: Nested', | ||
'Components/Base/BaseSwimlane: Base Story', | ||
'Components/Base/BaseVideo: Base Story', | ||
'Components/Blocks/BlockCircleImageCard: Base Story', | ||
'Components/Blocks/BlockCta: Base Story', | ||
'Components/Blocks/BlockIframeEmbed: Lazy Load', | ||
'Components/Blocks/BlockImageCarousel/BlockImageCarouselItem: BlockImageCarouselItem', | ||
'Components/Blocks/BlockLinkCarousel: Two Items', | ||
'Components/Blocks/BlockLinkCarousel: Multiple Carousels', | ||
'Components/Heroes/Small: Video', | ||
'Snapshot found: Components/Heroes/Small: HeroMedium (compact)', | ||
'Components/WWW/Homepage/HomepageCarousel: Carousel with shuffled items', | ||
'Components/WWW/Homepage/HomepageCarousel: Carousel with few slides', | ||
'Components/WWW/Homepage/HomepageCarousel/HomepageCarouselItem: Single Item', | ||
'Components/WWW/Homepage/HomepageCarousel/HomepageCarouselItem: With Video', | ||
'Components/WWW/Homepage/HomepageMissionsCarousel: Item', | ||
'Components/WWW/MissionDetail/MissionDetailHero: Ecostress', | ||
'Components/WWW/MissionDetail/MissionDetailHero: Jason 3', | ||
'Components/WWW/MissionDetail/MissionDetailHero: Oco 2', | ||
'Components/WWW/MissionDetail/MissionHighlights: Mars 1', | ||
'Components/WWW/MissionDetail/MissionHighlights: Mars 2', | ||
'Components/WWW/MissionDetail/MissionHighlights: Moon', | ||
'Components/WWW/MissionDetail/MissionHighlights: Jupiter', | ||
'Components/WWW/TopicDetail/MissionCarousel/TopicDetailMissionCarouselItem: Base Story', | ||
'Components/WWW/TopicDetail/TopicDetailMore: No List', | ||
'Components/WWW/TopicDetail/TopicDetailMore: No Spotlight', | ||
'Components/WWW/TopicDetail/TopicDetailMore: Short List', | ||
'Mixins/MixinCarousel: BaseCarousel' | ||
] |
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.