diff --git a/docs/changelogs/0.7.1.md b/docs/changelogs/0.7.1.md new file mode 100644 index 00000000..48fc6aee --- /dev/null +++ b/docs/changelogs/0.7.1.md @@ -0,0 +1,14 @@ +### QIT CLI 0.7.1 Release Notes + +#### What's New + +#### Environment variables in Custom Tests + + - Adds `--env` and `--env_file` to `run:e2e`, `run:activation` and `env:up` commands. + - This can be used to pass secrets or configuration that you don't want to hardcode in your tests. + +#### Documentation + +Check the documentation for [Environment Variables](https://qit.woo.com/docs/environment/environment-variables). + +For any queries, issues, or suggestions, feel free to visit our Github page at https://github.com/woocommerce/qit-cli/issues. We appreciate your feedback as it helps us to continuously improve our tool. \ No newline at end of file diff --git a/qit b/qit index e179e7db..31154335 100755 Binary files a/qit and b/qit differ