sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12813
Re: [Question #207167]: Empty report - HTMLTestRunner through command line
Question #207167 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/207167
Status: Answered => Open
Neo is still having a problem:
No I have initialized that to a variable. Sorry for lazy to type in my
code...
suite = suite()
outfile = open(report_file, "wb")
runner = HTMLTestRunner.HTMLTestRunner(
stream=outfile,
title=rname,
description='bla bla'
)
runner.run(suite)
outfile.close()
No resolution yet :(
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.