HtmlTestRunner icon indicating copy to clipboard operation
HtmlTestRunner copied to clipboard

Not able to generate combined html test report

Open ishaileshmishra opened this issue 4 years ago • 1 comments

  • HtmlTestRunner version:
  • Python version:
  • Operating System:

Not able to generate combined test report


### What I Did

I am trying with the following snippet:

runner = HtmlTestRunner.HTMLTestRunner(combine_reports=True, add_timestamp=False)
runner.run(suite)

ishaileshmishra avatar Jun 09 '20 13:06 ishaileshmishra

full code, env version?

mapleflow avatar Jun 12 '20 02:06 mapleflow