Dave Hunt

Results 20 comments of Dave Hunt

Leaving this open, but the Pivotal Tracker is no longer used by Web QA.

This isn't currently possible, sorry. I'm not even sure how we'd implement this without having some intermediate format to store the results in. Feel free to edit this issue to...

@BeyondEvil I don't have pytest-html listed as one of my projects at https://readthedocs.org/dashboard/ so perhaps someone else set that up? I see https://readthedocs.org/projects/pytest-html/ lists @ssbarnea and @gnikonorov. Perhaps they can...

It sounds to me like @kvenkat88 wants to replace the generated summary with their own, rather than modifying the generated summary and adding surrounding HTML. It would be possible to...

I'm not familiar with pytest-cov, but pytest-html does have some hooks available for augmenting the report. If you're able to get the content from pytest-cov then it's possible you may...

You could implement the `pytest_configure` hook to change the `htmlpath` option. For example: ```python @pytest.hookimpl(tryfirst=True) def pytest_configure(config): config.option.htmlpath = '/path/to/report.html' ```

You don't think my report is nice looking? 😢 I don't see a reason not to allow JavaScript resources to be referenced on the command line and then included in...

I don't agree that pytest-html maintenance needs 'reviving' or that it's slowly degraded. I'm certainly not an active maintainer these days, but @BeyondEvil has been doing a great job of...

> Okay, I love how you've made Avengers Assemble sound a bit less interesting! 😆 On the other hand, we've made automation engineering sound a bit _more_ interesting? 😉 >...

> What do you guys think? I like the idea, but we need to be careful how we use the Mozilla logo and characters owned by Marvel. If the character...