Marian Ganisin

Results 6 comments of Marian Ganisin

Here is a workaround that I use (dirty hack, not a solution): ``` def _global_property(config, name, value): """Temporary hack as record_global_property doesn't work with xdist""" from _pytest.junitxml import xml_key xml...

Thinking about this in bit more depth, "expected" behavior shouldn't be expected probably. Having `record_testsuite_property` as fixture means that it is ran n-times with xdist and that's unlikely desired behavior....

Correct, this covers only an existing use case that I am aware of. Actually it might be rather bad idea if I was implementing a solution for use cases that...

I updated this PR to return rather the code of last failed job in case of failure.

> Can you try `4.0.0rc0` and see if it works as expected? Could be a breaking change there? I get: ``` INTERNALERROR> extra.append(pytest_html.extras.url(issue, name=issue_id)) INTERNALERROR> AttributeError: 'function' object has no...

> > > Can you try `4.0.0rc0` and see if it works as expected? > > > > > > Could be a breaking change there? I get: > >...