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

Reporting formats for test outputs #92

Open
ttutisani opened this issue Aug 20, 2019 · 7 comments
Open

Reporting formats for test outputs #92

ttutisani opened this issue Aug 20, 2019 · 7 comments
Labels
Discussion Ongoing discussion, gathering thoughts enhancement New feature or request question Further information is requested

Comments

@ttutisani
Copy link
Owner

I have not received much demand for report formats for test outputs but there may be some interest (somebody asked this question on Reddit).

If you are reading this issue and want to generate test output in a certain format, please reply here and explain your needs.

All responses will be considered for future development if there is demand and if it fits in the scope of this framework.

@ttutisani ttutisani added enhancement New feature or request Discussion Ongoing discussion, gathering thoughts question Further information is requested labels Aug 20, 2019
@danswain
Copy link

I'm interested in this. I'd like something like PicklesDoc or maybe the cucumber report format? I'll look into more and get back on this.

I have 2 fold wants.
Documentation
Test run report

@ttutisani
Copy link
Owner Author

Hi @danswain

Can you please elaborate on your ask?
Does this help? https://github.com/ttutisani/Xunit.Gherkin.Quick/blob/master/docs/picklesdoc-test-results.md

@FeNiX57
Copy link

FeNiX57 commented Dec 6, 2021

Hello,

We would be interested for Cucumber JSON report format to be used on XRay (JIRA Plugin) as a Cucumber Test instead of Generic Test (limitation of XRay).

This can improve our automatic BDD testing.
https://docs.getxray.app/pages/viewpage.action?pageId=37076136
"As long as these different flavors are able to produce a compatible Cucumber JSON report, then those results can be seen and managed in Xray."

@ttutisani
Copy link
Owner Author

Here is what I think about these formats in general: I now think that not all reporting formats belong in the framework itself. There needs to be some extensibility (maybe via Strategy or Plugin pattern) developed that will allow injecting various reporting format generators. This is a high-level idea, but in general, setting expectations for the framework.

There can be hundreds of report formats that are useful with different tools and in different scenarios, and understandably, not all of them will be natively implemented within the framework itself.

@FeNiX57
Copy link

FeNiX57 commented Dec 6, 2021

I totaly agree with you. But cucumber JSON format seems legitimate to be "natively implemented within the framework itself" as cucumber seems to be the "norm" for every tool on BDD, XGQ is even listed as semi-official cucumber implementation: https://cucumber.io/docs/installation/

@ttutisani
Copy link
Owner Author

Agreed, that could be the case as well.

@miguelius
Copy link
Contributor

miguelius commented Aug 25, 2022

Any chance with Allure?

Btw very cool job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Ongoing discussion, gathering thoughts enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants