sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23616
Re: [Question #242651]: can not find images.sikuli/1390382312030.png on the screen
Question #242651 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242651
Status: Needs information => Open
karamjeet kaur gave more information on the question:
Yes using java load my test case with ant
<target name="runTest" depends="compile">
<junit printsummary="yes" haltonfailure="no">
<classpath>
<pathelement location = "lib/sikuli-java.jar"/>
<pathelement path="${build.dir}/classes" />
<pathelement path="seleniumClasses"/>
</classpath>
<formatter type="xml"/>
<batchtest fork="yes" todir="reports/xml">
<fileset dir="src">
<include name="**/*productTest*.java"/>
</fileset>
</batchtest>
</junit>
<junitreport todir="reports">
<fileset dir="reports/xml">
<include name="TEST-*.xml"/>
</fileset>
<report format="frames" todir="reports/html" />
</junitreport>
</target>
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.