Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Migrated the visual regression testing to Gulp based
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Mar 28, 2019
1 parent f87b9e5 commit 47fad50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
"build:storybook": "gulp build:sb:rebuild",
"start:storybook": "gulp run:sb",
"clean": "gulp clean",
"test:backstop": "backstop test --configPath=backstop.config.js",
"test:backstop:spec": "backstop reference --configPath=backstop.config.js",
"test:backstop:approve": "backstop approve --configPath=backstop.config.js",
"test:backstop": "gulp run:backstop:rebuild --backstop test",
"test:backstop:approve": "gulp run:backstop:approve",
"test:backstop:report": "gulp run:backstop:report",
"test:backstop:spec": "gulp run:backstop:rebuild --backstop reference",
"test:coverage": "gulp test:coverage"
},
"engines": {
Expand Down

0 comments on commit 47fad50

Please sign in to comment.