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

Commit

Permalink
fix(cypress): Added Verify and Info npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Jun 17, 2020
1 parent c1bf37b commit 5f4ae05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"doc:deploy": "cd packages/website/ && yarn deploy",
"doc:test": "cd packages/website/ && yarn start --no-open",
"cy:test": "cypress run --spec 'cypress/integration/**/*' --headless",
"cy:verify": "cypress verify",
"cy:info": "cypress info",
"cy:run": "start-server-and-test doc:test http://localhost:3000 cy:run",
"cy:run:chrome": "yarn run cy:run --browser chrome ",
"cy:run:firefox": "yarn run cy:run --browser firefox",
Expand Down

0 comments on commit 5f4ae05

Please sign in to comment.