Bayley Gaillard created SUREFIRE-1082:
-----------------------------------------

             Summary: 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


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)

Reply via email to