← Back to team overview

sikuli-driver team mailing list archive

[Question #227195]: Tests are being run twice using Jython unittest Eclipse

 

New question #227195 on Sikuli:
https://answers.launchpad.net/sikuli/+question/227195

I am not sure what is wrong but my tests are being run twice when I execute them as Jython-unittest

Finding files... done.
[info] Sikuli vision engine loaded.
[info] Windows utilities loaded.
[info] VDictProxy loaded.
RUNS FOR THE FIRST WHICH I RECKON IS DURING LOADING OF SCRIPTS
-------------------------------------------------------------------------------------------------------
[log] App.open C:\Program Files\Internet Explorer\iexplore.exe(7220)
[log] App.focus Internet Explorer(0) #0
[log] CLICK on (184,41)
[log] TYPE "<URL>"
[log] TYPE "
"
.[log] CLICK on (951,818)
[log] TYPE "<username>"
[log] CLICK on (954,850)
[log] TYPE "<password>"
[log] CLICK on (1030,919)
.[log] CLICK on (829,461)
.[log] CLICK on (1338,574)
.[log] App.focus application name #0
[log] CLICK on (1013,501)
[log] TYPE "<username>"
[log] CLICK on (1012,549)
[log] TYPE "<password>"
[log] CLICK on (1143,506)
.
Time Elapsed: 0:02:29.108001
Importing test modules ... done.

RUNS AGAIN
--------------------

[log] App.open C:\Program Files\Internet Explorer\iexplore.exe(6860)
[log] App.focus Internet Explorer(0) #0
[log] CLICK on (184,41)
[log] TYPE "<URL>"
[log] TYPE "
"
[log] CLICK on (555,215)
[log] TYPE "<username>"
[log] CLICK on (1338,574)

Is there any settings i am missing?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.