{"id":20172867,"url":"https://github.com/seanson/terratest-helm-tester","last_synced_at":"2025-10-30T14:23:10.768Z","repository":{"id":80469032,"uuid":"225300188","full_name":"seanson/terratest-helm-tester","owner":"seanson","description":"A prebuilt container for running custom Terratest against Helm charts","archived":false,"fork":false,"pushed_at":"2020-02-05T01:00:15.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T15:52:21.913Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seanson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-02T06:18:49.000Z","updated_at":"2020-02-05T01:00:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"a67e05c9-bfac-498a-8971-a4f21be08b1a","html_url":"https://github.com/seanson/terratest-helm-tester","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanson%2Fterratest-helm-tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanson%2Fterratest-helm-tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanson%2Fterratest-helm-tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanson%2Fterratest-helm-tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanson","download_url":"https://codeload.github.com/seanson/terratest-helm-tester/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241610977,"owners_count":19990505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T01:32:41.514Z","updated_at":"2025-10-30T14:23:05.732Z","avatar_url":"https://github.com/seanson.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terratest-helm-tester\n\n[![Docker Build](https://img.shields.io/docker/cloud/automated/seanson/terratest-helm-tester?style=for-the-badge)](https://hub.docker.com/r/seanson/terratest-helm-tester)\n[![Docker Build](https://img.shields.io/docker/cloud/build/seanson/terratest-helm-tester?style=for-the-badge)](https://hub.docker.com/r/seanson/terratest-helm-tester)\n[![CircleCI Build](https://img.shields.io/circleci/build/github/seanson/terratest-helm-tester/master?style=for-the-badge)](https://circleci.com/gh/seanson/terratest-helm-tester)\n\nA prebuilt Docker container for running Helm chart spec tests.\n\n## Usage\n\nCreate a directory in your project folder for your tests and write a test as per the [example helm test](./test/helm_test.go).\n\n`docker run -v ${PWD}/tests: -v ${PWD}:/app/test seanson/terratest-helm-tester`\n\nThis will run the tests found in the `./tests/...` path with the Terratest log wrapper and generate text and XML results.\n\n## CI Support\n\n### CircleCI\n\nCircleCI does not let you copy images in and out of your container in Docker mode so machine mode is required.\n\nSee [.cicleci/config.yml](.circleci/config.yml) for details on running CI and copying tests out afterwards.\n\n### Running as a non-root\n\nIn some CI systems the build is run by a non-root user. The environment variable `USER_ID` can be passed to the container and it will change ownership of the result files.\n\n`docker run -e USER_ID=\"$(id -u)\" -v ${PWD}/tests: -v ${PWD}:/app/test seanson/terratest-helm-tester`\n\n\n## TODO\n\n- [x] Sort out better mounting path for tests\n- [x] Add wrapper and log parser for generating test outputs\n- [x] Show real CI usage\n- [ ] Document testing tags\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanson%2Fterratest-helm-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanson%2Fterratest-helm-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanson%2Fterratest-helm-tester/lists"}