This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################################ | |
ChromeDriverTests, running with latest chromedriver on chromium 17.0.963.65 | |
Testcase: testClickingOnFormElements took 0.963 sec | |
FAILED | |
Should have picked the last three options. expected:<[roquefort parmigiano cheddar]> but was:<[emmental]> | |
junit.framework.AssertionFailedError: Should have picked the last three options. expected:<[roquefort parmigiano cheddar]> but was:<[emmental]> | |
at org.openqa.selenium.interactions.CombinedInputActionsTest.testClickingOnFormElements(CombinedInputActionsTest.java:80) | |
at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1. Concurrent Maven 3 reloaded | |
h2. High-level Requirements | |
To achieve robust concurrency, such an implementation would need: | |
- Transactional install to build-local repo of all artifacts. These will be written to local build upon completion. | |
- Log output must be handled properly | |
h2. Eexcution modes |
NewerOlder