Our end-to-end tests are based on maven/CucumberJVM. All artifacts are built using Jenkins and are saved in Artifactory. Then tekton should for one (or more) environments
- take over and set up the infrastructure (pods, ingress, configmaps, etc.) using helm
- run the Cucumber-end-to-end-tests on the environment
- display the results
- succeed or fail&clean up.
How would I display results from a test-run? In Tekton Dashboard? Are there plugins for that already? Is it possible to display static html-files as a result of a testrun there?
Thanks in advance for any hint. Best regards, Ingo