I think my problem is related to using the group task.
When using group, tests seem to run in random order, on my linux box. Not
on windows, though. Strange.

Example:
<target name"test1">
   <webtest name="test1">
       <group description="1-1">
            <invoke ...>
            <clickLink ...>
           ....
       </group>
       <group description="1-2">
         ....
       </group>
    </webtest>
  </target>

Any reason for that behaviour when using group?

Thanks,
Josep


2012/2/22 Josep García <[email protected]>

> Hey,
>
> I am having a random running order of my webtests executed in Jenkins. I
> recall some comment related to this. Could it be related to the ant library
> version used?
> I am actually running webtests via the webtest-maven-plugin.
>
> Cheers,
> Josep
>
>

Reply via email to