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

ganerate custom test report based on env. #206

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

morvencao
Copy link
Contributor

generate custom test report based on JUNIT_REPORT_FILE environment variable, normally we use test report from ginkgo, but for e2e test on aro and rosa, we need custom test report compatible with QE report portal.

@morvencao
Copy link
Contributor Author

/assign @clyang82 @hchenxa

@@ -175,6 +176,16 @@ var _ = AfterSuite(func() {
cancel()
})

var _ = ReportAfterSuite("GlobalHub e2e Test Report", func(report Report) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change the globalhub to Maestro

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

Copy link
Contributor

@clyang82 clyang82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@clyang82 clyang82 merged commit 1300068 into openshift-online:main Oct 28, 2024
3 of 4 checks passed
@morvencao morvencao deleted the br_custom_test_report branch October 28, 2024 08:52
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 this pull request may close these issues.

3 participants