Open atomar09 opened 8 years ago
@atomar09 You'll want to use https://github.com/dash0002/HTMLTestRunner instead.
@dash0002 Please find the attached traceback and provide me a solution.
ETraceback (most recent call last):
File "C:\Users\PKumar\Desktop\my_docs\MB_framework.py", line 28, in
For python 3.x follow the steps:
Note: In version 3 they have changed the package name from HTMLTestRunner to HTMLTestRunner.
For python 3.X install HTMLTestRunner-rv
pip install htmltestrunner-rv
from HTMLTestRunner import HTMLTestRunner
runner = HTMLTestRunner()
runner.run(suite)
Hi,
I tried it with Python 3.x but it does not work. Could you please make it Python 3 compatible?
It would be really helpful. I really appreciate your help.
Thanks