Eoin Marron

Results 5 comments of Eoin Marron

Yeah I've a problem with this also. I take a look a the output for `docker inspect ` and I can see the "IPAddress" key with an IP address-like value...

Hi @suafeng, folks, Do we've any idea when these changes would be applied, so this support would be included? Thank you, Eoin

If I'm understanding your problem correctly, I was getting the exact same issue and intermittently - some charts generated fine, some had the cyberpunk-styled background and line objects but the...

Got close to this. In my selenium driver class, I incorporated a screenshot function that names the screenshot with the seconds from the epoch in the file name. Then in...

As the jinja is already written in the provided template: ![image](https://user-images.githubusercontent.com/25027753/140484937-efcd666f-7f29-4856-be1a-45c49e1a0e1d.png) this should do it: ``` @pytest.mark.optionalhook def pytest_reporter_context(context, config): context["title"] = "name" ```