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

Multiple CLI Reporters #2918

Open
helloanoop opened this issue Aug 26, 2024 · 1 comment
Open

Multiple CLI Reporters #2918

helloanoop opened this issue Aug 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@helloanoop
Copy link
Contributor

helloanoop commented Aug 26, 2024

Add support for multiple CLI Reporters.

As a user, I want my collection to produce multiple reports (json, HTML, JUnit)

Current API

# json report
bru run request.bru --output results.json

# junit report 
bru run request.bru --output results.xml --format junit

#  html report
bru run request.bru --output results.html --format html 

Proposed API

# json report
bru run request.bru --reporter-json results.json

# json and junit report
bru run request.bru --reporter-json results.json  --reporter-junit results.xml

Past Issues / Discussions

Related PRs

@iamdavidfrancis
Copy link
Contributor

I think this it much cleaner than my implementation. I can push an update to my PR with this as the schema.

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