← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #212372]: How to get the test reports after running the sikuli scripts

 

Question #212372 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/212372

    Status: Answered => Open

naveen is still having a problem:

I am written below unit test code by using  sikuli,can u tell me how to use the HTML Test runner
def setUp(self):
    
    find("1349761887724.png")
    type("1349762096056.png", "guest")
  
    type("1349761905053.png", "guest")
    
    click("1349761920585.png")
    sleep(5)
    click("DeviceManaqe.png")
    sleep(1)
    
    click("1349778804849.png")
    
    sleep(2)
def testA(self):   
    
    click("1349778804849.png")
    
   click("iii.png")
   
    if exists("1349763413310.png"):
        popup("Fail:Device is not deleted")
    else:
        popup("Pass:Device is deleted")
def tearDown(self):
    popup("test case excuted")

If u dont mine can u tell me how to use the HTML Test Runner

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.