Re: [Sikuli-driver] [Question #257267]: Execute tests from multiple classes with a single output file

2014-11-10 Thread Raza
Question #257267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257267 Status: Answered => Solved Raza confirmed that the question is solved: Thanks RaiMan, Updated Runner.sikuli to this and it worked like a treat :) #script Runner.sikuli = run

[Sikuli-driver] [Question #257267]: Execute tests from multiple classes with a single output file

2014-11-09 Thread Raza
New question #257267 on Sikuli: https://answers.launchpad.net/sikuli/+question/257267 Hi, Using Sikuli IDE 1.1.0-Beta 1 here. Is there a better/smarter way to execute tests from multiple classes that produces a single HTMLTestRunner output file? I have the following classes with tests in them

Re: [Sikuli-driver] [Question #257256]: NameError (!! WHILE IMPORTING!!)

2014-11-09 Thread Raza
Question #257256 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257256 Status: Open => Solved Raza confirmed that the question is solved: Updated POSTests.sikuli to this import sys from sikuli import * import unittest # import path for utility functions _path =

Re: [Sikuli-driver] [Question #257256]: NameError (!! WHILE IMPORTING!!)

2014-11-09 Thread Raza
Question #257256 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257256 Raza confirmed that the question is solved: Thanks Tak Eda, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #257256]: NameError (!! WHILE IMPORTING!!)

2014-11-09 Thread Raza
Question #257256 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257256 Status: Answered => Open Raza is still having a problem: Thanks Tak, As per your suggestion, I added the import in both the files but it still gave the same error. -- You received this quest

[Sikuli-driver] [Question #257256]: NameError (!! WHILE IMPORTING!!)

2014-11-09 Thread Raza
New question #257256 on Sikuli: https://answers.launchpad.net/sikuli/+question/257256 Hi, Using Sikuli IDE 1.1.0-Beta1. Trying to execute tests using the HTMLTestRunner reporter and getting the following error on line <> in main.sikuli [error] script [ main ] stopped with error in line 9 [e

Re: [Sikuli-driver] [Question #250286]: HTML TestRunner report NOT showing screenshots

2014-06-18 Thread Raza
Question #250286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250286 Status: Answered => Solved Raza confirmed that the question is solved: Ok, no problem :) Thanks for your help RaiMan. -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #250286]: HTML TestRunner report NOT showing screenshots

2014-06-17 Thread Raza
Question #250286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250286 Status: Answered => Open Raza is still having a problem: Thanks RaiMan. I get your point re one assert per test case. What I've done to get around that is created a function that captures scre

Re: [Sikuli-driver] [Question #250286]: HTML TestRunner report NOT showing screenshots

2014-06-16 Thread Raza
Question #250286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250286 Status: Answered => Open Raza is still having a problem: Thanks RaiMan. Yes I'm using your modified version of HTMLTestRunner. I had a look at the example included in the modifie

[Sikuli-driver] [Question #250286]: HTML TestRunner report NOT showing screenshots

2014-06-15 Thread Raza
('F ') sys.stderr.write(str(test)) sys.stderr.write('\n') else: sys.stderr.write('F') I'm using Sikuli X-1.0rc3(r905) IDE for development. I can see <> being reported in the HTML report but not any scre