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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp