← Back to team overview

sikuli-driver team mailing list archive

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.