The official styles library of Symphony's design system
- Node 12+
- Yarn
Run
yarn
yarn start
In order to install and start using the library you can read the detailed guide on getting-started.md
To add a new icon in UIToolkit Styles:
- Add the *.svg source file to:
src/
|
|– icons/
| |– svg/
Automated visual testing uses software to automate the process of comparing visual elements across various screen combinations to uncover visual defects.
Creevey is a Cross-browser screenshot testing tool for Storybook with a fancy UI Runner.
- Start storybook and then start Visual Testing Execution.
yarn start
yarn test
And that's it.
NOTE: After changes or new Components, the tests will fail or need to be included in validation. In order to update them, you may approve them all in one command:
yarn test --update
Read detailed guide on theming-guide.md
Read detailed guide on contribution process