[ 
https://jira.codehaus.org/browse/SUREFIRE-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=353491#comment-353491
 ] 

Bayley Gaillard commented on SUREFIRE-1082:
-------------------------------------------

To run the project I attached, change the IP address to one of either a local 
VM (I used a VM on my network) or localhost, then start Selenium Server on that 
machine so it can receive requests. 

> 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)

Reply via email to