Kind E2E Test Action
Version updated for https://github.com/somaz94/kind-e2e-test-action to version v1.1.0.
- This action is used across all versions by 2 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The kind-e2e-test-action is a GitHub Action designed to streamline end-to-end (E2E) testing for Kubernetes projects using kind and Go. It automates the process of setting up a kind cluster, configuring dependencies, and executing tests, replacing the manual multi-step workflow typically used in kubebuilder repositories. Key capabilities include customizable configurations, multi-architecture support, automatic failure diagnostics, and output summaries, making it ideal for simplifying and standardizing E2E testing workflows.
What’s Changed
Documentation
- Update changelog (247c4e5)
- Update CONTRIBUTORS.md (28ed161)
Refactoring
- V1.1.0 bundle — readiness wait, kind_config, failure logs artifact, cache_dependency_path (ce83e78)
Full Changelog: https://github.com/somaz94/kind-e2e-test-action/compare/v1.0.0...v1.1.0