← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #670542]: How to use HTMLTestRunner to create a test report

 

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

Thuraisingam posted a new comment:
runScript("""
robot
#*** Variables ***
#(charge library and initialise function, see below _
*** Settings ***
Library           ./inline/LoginLibrary
Test Teardown     stop firefox
#(name of each test)
*** Test Cases ***
titi  toto           
""")
class LoginLibrary(object):
  #def start_firefox_and_goto_testsite(self, page):
    #popup("start_firefox_and_goto_testsite")
  def stop_firefox(self):
    popup("toto")
    doubleClick("1558357917927.png")

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