[
https://jira.codehaus.org/browse/SUREFIRE-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=353500#comment-353500
]
Tibor Digana commented on SUREFIRE-1082:
----------------------------------------
Would you please check the version of JUnit in your POM ?
Read the maven-surefire documentation properly.
It's written that parallel execution works with JUnit 4.7+.
Not a bug.
One way or another I will keep this issue open till you get back saying that
everything is fine on your side, and I will provide IT tests in Surefire
project to prove this scenario.
Thx, Tibor
> Parallelization does not work as expected when using jUnit Parameterized
> ------------------------------------------------------------------------
>
> Key: SUREFIRE-1082
> URL: https://jira.codehaus.org/browse/SUREFIRE-1082
> Project: Maven Surefire
> Issue Type: Bug
> Components: Maven Surefire Plugin
> Reporter: Bayley Gaillard
> Assignee: Tibor Digana
> Fix For: 2.18
>
> Attachments: sample.zip
>
>
> I am using jUnit's Parameterized annotation on some Selenium tests to specify
> the browsers they should run with. I am also using SureFire's new parallel
> parameter (set to "classes") to try and run them in parallel. However, this
> is nerfing the parallelization.
> Let's say I have my parameter list set to Firefox and Chrome, and I have 10
> test classes. When I execute the tests with Maven, I'm seeing one Firefox
> window and one Chrome window appear on my remote server at a time. I expected
> to see 20 windows, 10 Firefox and 10 Chrome: one for each test class with
> each parameter.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)