Skip to content

Commit

Permalink
set the correct docker image to use for visual regression
Browse files Browse the repository at this point in the history
  • Loading branch information
narr committed Aug 22, 2020
1 parent 99b867f commit 995fa62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"test:run": "cross-env COVERAGE=true cypress run --browser chrome --headless --config baseUrl=http://localhost:6007",
"test:ci": "start-server-and-test storybook:ci http://localhost:6007 test:run",
"test:visual:install": "docker pull yukinying/chrome-headless-browser",
"test:visual": "yarn loki test",
"test:visual": "yarn loki test --chromeDockerImage yukinying/chrome-headless-browser",
"test:visual:filter": "loki test --storiesFilter",
"test:visual:update": "loki update",
"test:visual:approve": "loki approve",
"test:visual:ci:base": "loki test --reactPort 6007",
"test:visual:ci:base": "yarn test:visual --reactPort 6007",
"test:visual:ci": "start-server-and-test storybook:ci http://localhost:6007 test:visual:ci:base",
"ci": "yarn lint && yarn test:ci",
"build": "next build && next export",
Expand Down

1 comment on commit 995fa62

@vercel
Copy link

@vercel vercel bot commented on 995fa62 Aug 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.