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

Question: Tool for visualization #36

Open
ivysochyn opened this issue May 8, 2023 · 1 comment
Open

Question: Tool for visualization #36

ivysochyn opened this issue May 8, 2023 · 1 comment

Comments

@ivysochyn
Copy link
Contributor

Is any tool visualizing tests from JSON format compatible with the pytest-reportlog tool (e.g. as a static HTML page)? It would be nice to have one that could group test stages (setup, call, teardown) into a single block for more human readability.

@SatyajeetM07
Copy link

Have you tried using the Allure framework? It's an indirect method where you need to convert the test results from JSON to XML format and then feed it to Allure , which generates an HTML report.

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