Hi,
I've installed testng-6.5.2 and version 0.32 of the pulgin but no results
are displayed.
The following is logged in the Console Output:
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern:
**/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.
The testng-results.xml file is attached.
Am I doing something wrong ?
Thanks !
<?xml version="1.0" encoding="UTF-8"?>
<testng-results skipped="0" failed="0" total="1" passed="1">
<reporter-output>
</reporter-output>
<suite name="Ant suite" duration-ms="28" started-at="2012-07-13T10:49:46Z" finished-at="2012-07-13T10:49:46Z">
<groups>
<group name="fast">
<method signature="SimpleTest.aFastTest()[pri:0, instance:example1.SimpleTest@1cfb549]" name="aFastTest" class="example1.SimpleTest"/>
</group> <!-- fast -->
</groups>
<test name="Ant test" duration-ms="28" started-at="2012-07-13T10:49:46Z" finished-at="2012-07-13T10:49:46Z">
<class name="example1.SimpleTest">
<test-method status="PASS" signature="aFastTest()[pri:0, instance:example1.SimpleTest@1cfb549]" name="aFastTest" duration-ms="17" started-at="2012-07-13T10:49:46Z" finished-at="2012-07-13T10:49:46Z">
</test-method> <!-- aFastTest -->
</class> <!-- example1.SimpleTest -->
</test> <!-- Ant test -->
</suite> <!-- Ant suite -->
</testng-results>