@automattic/vip-go-preflight-checks
v2.0.19
Published
Provide a set of automated tests (or checks) that can test and validate the application functionality and responsiveness with an environment as close to production as possible, before the actual deployment to an environment.
Readme
Harmonia
Formely known as Preflight Checks. The goal of this project is to provide a set of automated tests (or checks) that can test and validate the application functionality and responsiveness with an environment as close to production as possible, before the actual deployment to an environment.
Building
$ npm run build Running the CLI
After building Harmonia, it should be possible to run the CLI directly using the following command:
$ node dist/cli.jsThe command can be linked and installed on the environment using npm link:
$ npm link
$ harmonia --helpContributing
For details about contributing to this project (e.g. publishing a release), please see CONTRIBUTING.md.
