I have a SmokeTests project where I execute a bunch of JMeter and Selenium
tests.
However when the some of the JMeter tests fail the Selenium tests don't
execute.
I would like to have both JMeter and Selenium executing, always.

My configuration is something like this:
<tasks>
   <msbuild for JMeter tests />
   <msbuild for Selenium tests />
</tasks>
<publishers>
  <merge>
    <files>
      <file>path to file with JMeter test results.xml</file>
      <file>path to file with Selenium test results.xml</file>
    </files>
  </merge>
</publishers>

Is there a way to achieve that?

Alex Vilela

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ccnet-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to