sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49453
[Question #676371]: Sikuli logs to HTML test runner report
New question #676371 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676371
Hello, I am using sikuli IDE to automate a desktop app. I'm also using html-testRunner 1.1.2 to generate reports and the sikuli logger to write to a file. Here is my code for this:
Settings.UserLogs=True
Settings.UserLogPrefix="LOG"
Settings.UserLogTime=True
Debug.setUserLogFile("path\TestRunnerLogs.txt")
Debug.user('some text')
How can I write my logs directly to the HTML file generated by htlm test runner? And if possible can i write the logs separately for each test?
Thank you!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.