'Parallel Execution of testcases not working with pytest-html-reporter reporting
This is my simple command to run few testcases using pytest: py.test -S www -m "now" -n=5 --html-report=./report/RegressionReport.html --self-contained-html
Here, --html-report is command line argument for a plugin pytest-html-reporter
After I have started to use this plugin for beautifying my basic pytest report, my parallel execution seems to work fine but the output.json in such case only shows result for the last instance and the report also shows incomplete data of only the last instance of the parallel execution.
Earlier, with pytest-html plugin and --html command line argument, parallel execution was working fine.
Any suggestions?? Thanks in advance.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
