dotherightthing / wpdtrt-npm-scripts

NPM build scripts.
0 stars 0 forks source link

Cypress tests can't run as part of CI release process as they require access to deployed changes at a live URL #46

Open dotherightthing opened 3 years ago

dotherightthing commented 3 years ago

Change

"test": "npm run test --prefix $npm_package_config_wpdtrt_npm_scripts && npx cypress run",

to

"test": "npm run test --prefix $npm_package_config_wpdtrt_npm_scripts",