sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26917
Re: [Question #251396]: How to create xml report using xmltestrunner for test suite
Question #251396 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/251396
Status: Open => Answered
RaiMan proposed the following answer:
uups, overseen.
# code before ok
def createSuite():
suite = unittest.TestSuite();
suite.addTest(xmlreport('open_the_emulator_and_launch_the_securechatapp'))
suite.addTest(xmlreport('phone_number_validations'))
suite.addTest(xmlreport('putting_invalid_otp_code'))
suite.addTest(xmlreport('getting_otp_code_through_phone_call'))
return suite
suite = createSuite()
# code after ok
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.