Replies: 2 comments
-
Something else that should also be looked at in this case is Flagger as it also supports e2e testing. It would be good to have a standardized method of running tests on deployment that is the same for Helm Controller Kustomize Controller and Flagger. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For e2e test isolation and parallelism, could just use github workflow job matrix. This doesn't help with local runs, but maybe that can come later? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For e2e tests, the Helm Operator and Flux use:
bats
(testing framework)make e2e
(allows running locally, as opposed to github actions only)Are these all still target state for the toolkit components? Or is there an alternate approach planned?
Beta Was this translation helpful? Give feedback.
All reactions