pytest-reportlog
pytest-reportlog copied to clipboard
Question: Tool for visualization
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.
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.