feat: add e2e test framework and CI workflow#206
Merged
Conversation
Contributor
aa1ex
commented
Nov 21, 2025
- Add comprehensive e2e test framework with Ginkgo/Gomega
- Add GitHub Actions workflow for automated e2e testing
- Add artifact collection for test failures
- Add HTML report generation script
- Add normal mode tests as baseline
- Update Makefile with test-e2e, test-report, deploy-helm-e2e targets
- Update Ginkgo to v2.20.2 and Gomega to v1.34.1
- Add CI/CD documentation
- Add comprehensive e2e test framework with Ginkgo/Gomega - Add GitHub Actions workflow for automated e2e testing - Add artifact collection for test failures - Add HTML report generation script - Add normal mode tests as baseline - Update Makefile with test-e2e, test-report, deploy-helm-e2e targets - Update Ginkgo to v2.20.2 and Gomega to v1.34.1 - Add CI/CD documentation
- Add GINKGO binary to tool binaries section - Add GINKGO_VERSION (v2.20.2) to tool versions - Add ginkgo target to download ginkgo if necessary - Update test-e2e target to depend on ginkgo and use $(GINKGO) This fixes CI failure where ginkgo command was not found.
Event collector is not used in current e2e tests.
dkhachyan
approved these changes
Nov 21, 2025
P0lskay
added a commit
to P0lskay/vector-operator
that referenced
this pull request
Nov 23, 2025
author an.makarov <gg.lol.2264@gmail.com> 1763274744 +0300 committer an.makarov <gg.lol.2264@gmail.com> 1763904905 +0300 `configcheck` validates ClusterVectorPipeline (CVP) against all ClusterVectorAggregator instances instead of only matching ones Fixes kaasops#201 feat: add e2e test framework and CI workflow (kaasops#206) * feat: add e2e test framework and CI workflow - Add comprehensive e2e test framework with Ginkgo/Gomega - Add GitHub Actions workflow for automated e2e testing - Add artifact collection for test failures - Add HTML report generation script - Add normal mode tests as baseline - Update Makefile with test-e2e, test-report, deploy-helm-e2e targets - Update Ginkgo to v2.20.2 and Gomega to v1.34.1 - Add CI/CD documentation * fix(makefile): add ginkgo dependency for test-e2e target - Add GINKGO binary to tool binaries section - Add GINKGO_VERSION (v2.20.2) to tool versions - Add ginkgo target to download ginkgo if necessary - Update test-e2e target to depend on ginkgo and use $(GINKGO) This fixes CI failure where ginkgo command was not found. * chore(ci): remove event-collector from e2e workflow Event collector is not used in current e2e tests. * fix(makefile): use absolute path for ginkgo binary Formatted k8s package Fixed imports for linting :) Fix imports again :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.