We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
test:snapshot
npm run storybook
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 withnpm run storybook
. Not sure how to make this happen in Travis.The text was updated successfully, but these errors were encountered: