rwieruch / visual-regression-testing-react-storybook

Visual Regression Testing in React with Storybook
https://www.robinwieruch.de/visual-regression-testing-react-storybook
27 stars 15 forks source link

Snapshot Tests on Travis too #3

Open rwieruch opened 5 years ago

rwieruch commented 5 years ago

Whereas the repository that is used to build upon this repository includes the Snapshot Test with npm run test:snapshot for the CI (https://github.com/rwieruch/react-components-test-setup/blob/master/.travis.yml), this repository excludes the snapshot tests (https://github.com/rwieruch/visual-regression-testing-react-storybook/blob/master/.travis.yml), because it needs to run Storybook on the side with npm run storybook. Not sure how to make this happen in Travis.