Jim Brännlund

Results 445 comments of Jim Brännlund

Sorry for the delay. This can be set using addopts and/or ini. And v4 is out. Thanks! 🙏

> By reading the documentation and the JavaScript files, I realized you added a GET query parameter to let users choose the column to apply the initial sort. > >...

> The `self_contained` could also be set via the INI configuration, but that would require the property to be set in the `__init__` constructor instead of the `_generate_report` method of...

Missed this is during initial work of v4. Will try to get to it now.

> > How would you consume that pcap file from the self-contained report? It's going to be base64 encoded. > > But maybe I'm misunderstanding something here? @eqvinox > >...

Closing this for lack of interaction. Feel free to re-open.

Please try 4.0.0rc0

I wonder if the easiest and best solution here is to just allow HTML in the `title` hook. That way the user can add a logo using HTML and CSS...

Have you followed these instructions? https://github.com/pytest-dev/pytest-html/blob/master/docs/development.rst#running-tests Another tip is to look what CI does. ~Unit tests should not fail in the absence of browser however.~ They are passing according to...