pytest_html_merger
pytest_html_merger copied to clipboard
pytest-html==4 and duplicate tests
We want to merge html reports with the same test names. Before pytest-html 4 it works nice :) But now we lost the infos because they have the same key:
https://github.com/akavbathen/pytest_html_merger/blob/5a580a2924995228c73b73edc5766350522f3ced/pytest_html_merger/main.py#L102
Maybe we can prefix the test names or rerun the script for all collected jsonblob?