sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33846
[Question #269489]: Sikuli test scripts not running with HTMLTestRunner
New question #269489 on Sikuli:
https://answers.launchpad.net/sikuli/+question/269489
Hi,
I have setup a few tests for multiple sikuli files. I used the answer from
https://answers.launchpad.net/sikuli/+question/187835
as template. The problem is, no sikuli tests are run. Testing is done in a split second and in report you can see only zeroes (0 tests run, 0 fails...)
The folder structure is as follows:
Cancel.sikuli
Test2.sikuli
MainTest.sikuli
HTMLTestRunner.py
MainTest.sikuli is very similar as described in the above question. Now I'm not sure if the problem is because of how I've got my test class defined:
import unittest
from sikuli import *
class CancelTest(unittest.Test):
helperMethod1():
helperMethod2():
Method1():
Method2():
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.