Re: [Sikuli-driver] [Question #187835]: HTML reporting on multiple suites

2012-07-16 Thread RaiMan
Question #187835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187835 RaiMan posted a new comment: @nupur --- Now wat exactly i hv to write to import latest changes of any test script?? exactly how it is written above: supposing you have a TestA.sikuli in the same directory

Re: [Sikuli-driver] [Question #187835]: HTML reporting on multiple suites

2012-07-16 Thread nupur
Question #187835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187835 nupur posted a new comment: Ofcouse Yes!! I hv replaced some_module with my test script name. Now wat exactly i hv to write to import latest changes of any test script?? Not yet clear :( -- You received th

Re: [Sikuli-driver] [Question #187835]: HTML reporting on multiple suites

2012-07-16 Thread RaiMan
Question #187835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187835 RaiMan posted a new comment: @ nupur when asking questions via comments to even solved questions, you have to subscribe (done this for you this time ;-), to get notified about reactions. -- your problem I

Re: [Sikuli-driver] [Question #187835]: HTML reporting on multiple suites

2012-07-16 Thread nupur
Question #187835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187835 nupur posted a new comment: Hi, I also have a similar problem. I have created 2 Test Scripts and 1 main script where these 2 test scripts are getting called. If I change in one test script and even after sa

Re: [Sikuli-driver] [Question #187835]: HTML reporting on multiple suites

2012-02-15 Thread Alan Dale
Question #187835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187835 Alan Dale posted a new comment: Excellent! "suite.addTests" fixed everything! I'm running everything from command line so i'm only using the IDE to make changes to scripts. Thanks for the help! :) -- You

Re: [Sikuli-driver] [Question #187835]: HTML reporting on multiple suites

2012-02-15 Thread Alan Dale
Question #187835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187835 Status: Answered => Solved Alan Dale confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #187835]: HTML reporting on multiple suites

2012-02-15 Thread RaiMan
Question #187835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187835 Status: Open => Answered RaiMan proposed the following answer: # --- testScriptA.Sikuli from sikuli import* import unittest # import HTMLTestRunner # to be deleted, not needed here class UnitTestA(unit

Re: [Sikuli-driver] [Question #187835]: HTML reporting on multiple suites

2012-02-15 Thread Alan Dale
Question #187835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187835 Description changed to: Sorry if this has been answered already but I’ve searched and couldn’t find the answer to this. I’ve got several test scripts set up as suites that I am trying to call from a main tes

[Sikuli-driver] [Question #187835]: HTML reporting on multiple suites

2012-02-15 Thread Alan Dale
New question #187835 on Sikuli: https://answers.launchpad.net/sikuli/+question/187835 Sorry if this has been answered already but I’ve searched and couldn’t find the answer to this. I’ve got several test scripts set up as suites that I am trying to call from a main test script. I can call them