Hi matthias, That is exactly what I was looking for, it worked like a charm.
Thank you! On 20 June 2013 08:56, matthias <[email protected]> wrote: > Maybe the Sequential > Task<http://build.sharpdevelop.net/ccnet/doc/CCNET/Sequential%20Task.htm>l > will work for you. > > Regards. > > Am Samstag, 1. Juni 2013 13:14:03 UTC+2 schrieb Alex Vilela: > >> 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. > > > -- --- 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.
