Jim Brännlund

Results 443 comments of Jim Brännlund

> there is a plan to have a json-lines based format to write reports out to It's live: https://github.com/pytest-dev/pytest-reportlog

> Hi guys 👋 > > I have decided to develop a utility that is able to merge several pytest-html reports. Very useful to those running pytest suites in parallel...

With a little luck, it's due to a typo here: `pytest_html_result_table_row` should be `pytest_html_results_table_row`

That's probably because the `pytest_html_results_table_row` hook is called before the `pytest_runtest_makereport` one.

Try adding tryfirst/trylast arguments to the decorators

Thank you for this! We're currently in the process of re-writing this plugin, so this feature will be considered for that.

Could you try with this branch: https://github.com/BeyondEvil/pytest-html/tree/combined-fe-and-be ? Also, any idea why it's failing?

My thoughts: - YES! This has been on my TODO for the longest, but realistically I won't get it done anytime soon. You'll be my Forever Hero @gnikonorov if you...

May I propose the opposite approach? Let's say you have feature A. Your suggestion: Port to vanilla python: cost 10 Port to JS: cost 10 Total cost: 20 My suggestion:...

You mean [this](https://jsonlines.org/) @RonnyPfannschmidt ? Apologies for the perhaps ignorant question, but do you mean for storing report data or for logging or for something else entirely? 😊