-
Notifications
You must be signed in to change notification settings - Fork 34
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
Support for HTML report based on Ginkgo Test JSON output #58
Comments
@vakenbolt @afbjorklund Looking for your thoughts? |
Sounds good to me, but I don't know how different the JSON format is - if it's a whole new parser, or just some tweaks? i.e. if it would be a similar tool, or if it would be a flag to this tool EDIT: The output of https://github.com/onsi/ginkgo looks very different |
@afbjorklund thanks for the response! Yeah the JSON output is very different. Its unique to ginkgo. But the way I'm thinking about it from a design perspective is creating a new parser that can encapsulate transforming ginkgo JSON and return the required The other difference is that I would add add a new flag to parse input from a file. Since ginkgo doesn't stream the JSON to std.out Then potentially exposing that as a separate subcommands like I have a rough POC locally that I can push up to my fork soon for you to get eyes on it |
It seems that this project is abandoned, and I would probably rather have it do one thing ( But if it can be isolated cleanly, then maybe? |
Hello,
I think this is a very cool tool. My team is a Ginkgo BDD Test shop and we are interested in representing the json results as an HTML report. Would you guys be will to accept a feature that could generate a html report based on the JSON output the Ginkgo framework generates? I would be willing to submit it.
Thanks
The text was updated successfully, but these errors were encountered: