Aivaras Ruzveltas created SUREFIRE-1124:
-------------------------------------------
Summary: Let ${surefire.forkNumber} deliver unique
environmentVariables when used in parallel mvn builds
Key: SUREFIRE-1124
URL: https://jira.codehaus.org/browse/SUREFIRE-1124
Project: Maven Surefire
Issue Type: Improvement
Components: Maven Failsafe Plugin, process forking
Reporter: Aivaras Ruzveltas
{surefire.forkNumber} is supported in systemPropertyVariables property. It
would be nice to have the same support in environmentVariables property.
Example when this may be needed:
I use Selenium web driver to start Firefox and run JUnit tests on it. To save
time I run tests in parallel. But the problem is that some functionality only
works when Firefox is in focus. So the solution after this improvement would be
to pass different values for DISPLAY environment variable when using linux.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)