Skip to content

Commit

Permalink
Run cypress tests as part of Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Sep 20, 2020
1 parent 6c515af commit a9edb53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"docs": "npm run docs --prefix $npm_package_config_wpdtrt_npm_scripts",
"lint": "npm run lint --prefix $npm_package_config_wpdtrt_npm_scripts",
"release": "npm run release --prefix $npm_package_config_wpdtrt_npm_scripts",
"test": "npm run test --prefix $npm_package_config_wpdtrt_npm_scripts",
"test:cypress": "npx cypress run",
"test": "npm run test --prefix $npm_package_config_wpdtrt_npm_scripts && npx cypress run",
"version": "npm run version --prefix $npm_package_config_wpdtrt_npm_scripts",
"watch": "nodemon"
}
Expand Down

0 comments on commit a9edb53

Please sign in to comment.