lburgazzoli opened a new issue, #5463: URL: https://github.com/apache/camel-k/issues/5463
### Requirement Make it easy to run e2e tests locally ### Problem As today, a lot CI/testing logic and indirection is hidden in the` .github/workflows` and `.github/actions` which make testing and developing quite confusing. Ideally, it should be possible to easily run almost all the tests executed from the CI locally with minimal configuration. I would suggest that we wrap all the e2e tests and related setup as `Makefile` targets i.e. once checked out, a developer should be able to do something like: ``` make setup/knative make test/e2e/knative ``` The same should happen in the CI pipeline instead of having everything wrapped as an action. ### Proposal _No response_ ### Open questions _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
