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

2021-03-11 Thread Ali Ahmed
Question #257267 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/257267 Ali Ahmed posted a new comment: Hi I am trying to do this in my testing,and I want to create single report file with various tests results in it, but I was having some trouble. I'm getting an error message

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

2014-11-10 Thread RaiMan
Question #257267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257267 Status: Open = Answered RaiMan proposed the following answer: you have to build one suite (see Python docs), since each test run (runner.run()) produces its own report. -- You received this question

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 = runner =

[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