From 47fad503de4e16b1721ab506da009f4959f324b3 Mon Sep 17 00:00:00 2001 From: kurone-kito Date: Thu, 28 Mar 2019 14:11:23 +0900 Subject: [PATCH] Migrated the visual regression testing to Gulp based --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e01c084..d89d793 100644 --- a/package.json +++ b/package.json @@ -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": {