Skip to content

Harmonia (formerly Preflight Checks) is a tool that provides a set of automated tests (or checks) that can test and validate the application functionality and responsiveness with an environment as close to production, before the actual deployment to an environment.

License

Notifications You must be signed in to change notification settings

Automattic/vip-go-harmonia

Repository files navigation

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.js

The command can be linked and installed on the environment using npm link:

$ npm link
$ harmonia --help

Contributing

For details about contributing to this project (e.g. publishing a release), please see CONTRIBUTING.md.

About

Harmonia (formerly Preflight Checks) is a tool that provides a set of automated tests (or checks) that can test and validate the application functionality and responsiveness with an environment as close to production, before the actual deployment to an environment.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published