-
Notifications
You must be signed in to change notification settings - Fork 106
test: add integration tests and CI pipeline updates #483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…sertionExtensions
Automatically marked as stale due to no recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@egbakou I "merged" your contribution to the latest version (with a bit of restructuring) as the base for future tests. |
You're welcome @winromulus :) |
This PR introduces integration tests, as discussed in this conversation. The tests are structured to be easily extensible for future additions.
✅ All tests passed except for
Create_secret_With_DefaultReflectorAnnotations_Should_Replicated_To_All_Newly_Created_Namespaces
, which reproduces the issue reported in #478.Additionally, I have integrated the test execution step into the CI pipeline to ensure automated validation in future updates.
Let me know if you have any feedback @winromulus :)