Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ workflows:
verify-command: echo 'Already verified'
no-workspace: true
working_directory: examples/visual-testing-with-happo
command: npm test
command: npm run test:happo
store_artifacts: true

- cypress/run:
Expand Down
3 changes: 2 additions & 1 deletion examples/visual-testing-with-happo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"private": true,
"scripts": {
"test": "../../node_modules/.bin/cypress run",
"cy:open": "../../node_modules/.bin/cypress open"
"cy:open": "../../node_modules/.bin/cypress open",
"test:happo": "../../node_modules/.bin/happo-cypress -- npm test"
},
"devDependencies": {
"cypress-react-unit-test": "file:../.."
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"cypress-plugin-snapshots": "1.4.3",
"cypress-react-selector": "1.0.2",
"date-fns": "2.13.0",
"happo-cypress": "0.2.0",
"happo.io": "5.4.0",
"happo-cypress": "1.4.1",
"happo.io": "5.6.1",
"husky": "3.1.0",
"lint-staged": "9.5.0",
"lodash": "4.17.15",
Expand Down