Skip to content

Instantly share code, notes, and snippets.

View krosenvold's full-sized avatar

Kristian Rosenvold krosenvold

  • Zenior AS
  • Oslo, Norway
View GitHub Profile
@krosenvold
krosenvold / 221Release.txt
Created April 1, 2012 16:31
Selenium 2.21 issues to be fixed
############################################################################################
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)
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