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

Add XSLT to hierarchy.xsd so to support goal of human readability #33

Open
ericdriggs opened this issue Jul 19, 2023 · 2 comments
Open

Comments

@ericdriggs
Copy link

XSLT should display all tests and indicate pass/failure status.
Collapsible nodes for data would be preferable, especially with passing sections pre-collapsed and failing sections pre-expanded.

@marcphilipp
Copy link
Member

I think that's an interesting idea! It's been a while since I've used XSLT. Do you have a similar format in mind where this is already applied?

@ericdriggs
Copy link
Author

ericdriggs commented Jul 19, 2023

I think this podcast rss feed is a good example of using xslt:

https://feeds.acast.com/public/shows/62cee11211998c0013e4718d

When you load the page it renders as html, but you view source you see it's applying this stylesheet:

https://feeds.acast.com/global/feed/rss.xslt

As for the end product appearance, I'm a fan of masterthought reporting or allure reports

https://github.com/damianszczepanik/cucumber-reporting

https://qameta.io/allure-report/

I'd be happy to contribute on this if there's either 1. a sample hierarchy xml file I could use or 2. a way to generate by running junit tests

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

No branches or pull requests

2 participants