← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #707102]: How to append saved screenshot to htmltestrunner report

 

Question #707102 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/707102

RaiMan proposed the following answer:
You have to specify a directory, where the screenshots are to be stored
(automatically taken inside).

myrunner = HTMLTestRunner.HTMLTestRunner(stream=outfile, title='',
description ='' ,  dirTestScreenshots='someFolder')

Only with this parameter given, the feature is switched on.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.