draft/test
Brandon Foley e896b21b32
Updating templates and moving tests (#428)
2024-11-21 12:12:26 -05:00
..
integration Updating templates and moving tests (#428) 2024-11-21 12:12:26 -05:00
templates
README.md
check_info_schema.sh
check_windows_addon_helm.ps1
check_windows_addon_kustomize.ps1
check_windows_helm.ps1 Simplify namespace creation for helm deployment (#365) 2024-08-13 12:58:52 -07:00
check_windows_kustomize.ps1
dry_run_schema.json
gen_integration.sh Preemptive fix for the GH upcoming breaking changes. (#420) 2024-11-07 00:01:07 +00:00
gen_windows_check.sh
info_schema.json added fixtures to deployment unit tests (#378) 2024-09-09 10:39:24 -07:00
integration_config.json Adding Configmap handling to deployments (#419) 2024-11-08 20:03:27 +00:00
skaffold.yaml
update_dry_run_schema.json

README.md

Integration Test

To generate integration tests put all relevant information in the integration_config.json file. Then run the gen_integration.sh script to autogenerate the workflow and configs. You must have jq installed to run this.

Edit the gen_integration.sh script to make any changes to how integration tests are written. The test/integration folder and .github/workflows/integration.yml file are autogenerated so manual changes to them will be overwritten.