I've tried to check the following but it doesn't execute 5 tests in parallel... why??
<https://lh3.googleusercontent.com/-fkdH9Ncf3oo/Wakq-5nnWbI/AAAAAAAAAJg/Saq0WmsEWU4VMvb4JyWO2JteNm58cuK1ACLcBGAs/s1600/Screenshot_11.jpg> Thanks so much!!! El viernes, 1 de septiembre de 2017, 10:19:18 (UTC+2), Ana MB escribió: > > Hi guys, > > Any idea how could I solve it? > I've been searching but I can't solve it by myself... > > Thanks so much!!! > > > El jueves, 31 de agosto de 2017, 9:54:23 (UTC+2), Ana MB escribió: >> >> Hi guys! >> >> >> I need to execute parallel tests in Jenkins (I have 200 tests done with >> Selenium Webdriver under Eclipse), I've tried to do it with the following >> code in my pom.xml file with no luck: >> >> <plugins> >> <plugin> >> <artifactId>maven-compiler-plugin</artifactId> >> <version>3.5.1</version> >> <configuration> >> <source>1.8</source> >> <target>1.8</target> >> </configuration> >> </plugin> >> <plugin> >> <groupId>org.apache.maven.plugins</groupId> >> <artifactId>maven-surefire-plugin</artifactId> >> <version>2.19.1</version> >> <configuration> >> <parallel>classes</parallel> >> <threadCount>5</threadCount> >> </configuration> >> </plugin> >> </plugins> >> >> This code works at the beginning (it loads 5 tests), but then, it doesn't >> end fine, it gets stopped. I don't know why. However, if I put the plugin >> "maven-surefire-plugin" as "dependency" and not as "plugin", my test (only >> one at a time) works fine. >> >> >> I've tried with *Multijob Plugin*, >> >> >> >> <https://lh3.googleusercontent.com/-9Ew0ehApgcc/WafAoSODF7I/AAAAAAAAAJA/og8V0h0MdAk2IN8XqKBBsttJ9S36LMmjwCLcBGAs/s1600/Screenshot_9.jpg> >> >> >> >> but I don't know exactly what I have to put in every "Job name", this job >> to execute in parallel has to exist in my GitHub Repository? Or this has to >> ve an other job in Jenkins? Do you know any tutorial about it? >> >> >> Thanks so much!! >> >> >> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/42191ccc-07c7-4638-b2fb-44410e43258c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
