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

Improvement: Reports in Jenkins #3905

Open
1 task done
ParTee71 opened this issue Jan 29, 2025 · 1 comment
Open
1 task done

Improvement: Reports in Jenkins #3905

ParTee71 opened this issue Jan 29, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ParTee71
Copy link

ParTee71 commented Jan 29, 2025

I have checked the following:

  • I've searched existing issues and found nothing related to my issue.

Describe the feature you want to add

Hi.

I'm trying out Bruno as a replacement for postman and love most everything about it so far. Except for the reports on Jenkins. I've tried both Junit and Html reports with unsatisfying results.

Junit reports
Shows pass and failed test correctly but the structure of the report get messed up due to that I run the tests with a targetUrl as a ip-adress which in my case results in a strange junit report
Package: "http://xxx.xxx.xxx"
Class: "xxx:8080/path to request"
Test name: "the assert"

  • I would like the the report to more follow the Collection name and then grouped by the requests names. For me that is more logical 🙂

HTML repports
Locally this works fine. But when I publish the report in Jenkins their Security policy (https://www.jenkins.io/doc/book/security/configuring-content-security-policy/) blocks the necessary JavaScripts to run.

  • Is there a way around this? I do not have admin rights on this Jenkins instance (Company driven) to change the security policy.

Other alternatives

  • Is there any other way to get nice reports on Jenkins? With postman I've used Allure but I can't find that there is any support for this yet.

Thanks! 🙏

Mockups or Images of the feature

The current HTML Report on Jenkins:
Image

When inspecting the page in Dev Tools I can find all the report information but the script displaying is not run.

@ParTee71 ParTee71 added the enhancement New feature or request label Jan 29, 2025
@sreelakshmi-bruno
Copy link
Collaborator

Hi, thanks for the feedback. We'll post updates regarding the progress here.

@sreelakshmi-bruno sreelakshmi-bruno self-assigned this Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants