Skip to content
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

ReportName is hard coded to "kuttl-test" due to which we are not able to provide customize name for the report #284

Closed
vikas-chourasia opened this issue Mar 26, 2021 · 3 comments · Fixed by #395
Milestone

Comments

@vikas-chourasia
Copy link

vikas-chourasia commented Mar 26, 2021

options.ReportName = "kuttl-test"

reportName parameter in test suite yaml is not taking customized name as it is hardcoded in the test.go, kindly make that as a configurable parameter in test suite yaml. As we are running multiple suites one by one so all the reports generated by a previous suites are getting overwritten by the next suite.

Sample Test Suite Yaml :

apiVersion: kuttl.dev/v1beta1
kind: TestSuite
startKIND: true
kindContainers:
- your/image:latest
testDirs:
- tests/e2e/
reportName: abc-test
reportFormat: JSON

Thanks
Vikas

@codechennerator
Copy link

We're also experiencing this issue. Will there be updates on this?

@iblancasa
Copy link
Collaborator

How about using the reportName parameter from kuttl-test.yaml? https://kuttl.dev/docs/testing/reference.html#testsuite

@kensipe
Copy link
Member

kensipe commented Apr 14, 2022

this issue may be resolved with better documentation. Adding to a milestone for resolution.

@kensipe kensipe added this to the 0.13.0 milestone Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants