Hi, I just pulled the etsy-stories-java-spring project, but it seems that the tests can't be run.
I tried to do this: clean install -DstoryFilter=etsy_cart The execution is stuck (for 30 seconds) at the narrative: Narrative: In order to show the basic cart functionality As a user I want to add and remove items from the cart after that it will continue with these messages: org.jbehave.web.selenium.PerStoryWebDriverSteps.beforeStory() (FAILED) (org.jbehave.core.failures.BeforeOrAfterFailed: Method beforeStory (annotated with @BeforeStory in class org.jbehave.web.selenium.PerStoryWebDriverSteps) failed: org.openqa.selenium.WebDriverException: Unable to bind to locking port 7054 within 45000 ms Build info: version: '2.25.0', revision: '17482', time: '2012-07-18 22:18:01' System info: os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.6.0_33' Driver info: driver.version: FirefoxWebDriverProvider$DoublyOverriddenFirefoxDriver) Scenario: Item can be added to cart org.jbehave.tutorials.etsy.steps.LifecycleSteps.emptyCart() (FAILED) (org.jbehave.core.failures.BeforeOrAfterFailed: Method emptyCart (annotated with @BeforeScenario in class org.jbehave.tutorials.etsy.steps.LifecycleSteps) failed: org.jbehave.web.selenium.DelegatingWebDriverProvider$DelegateWebDriverNotFound: WebDriver has not been found for this thread. Please verify you are using the correct WebDriverProvider, with the appropriate credentials if using remote access, e.g. to SauceLabs: -DSAUCE_USERNAME=xxxxxx -DSAUCE_ACCESS_KEY=xxx-xxxx-xxxx-xxxx-xxx ) Given that the cart is empty (NOT PERFORMED) !-- We don't care for which item is added to the cart It's a bit strange, I just wan't to run the test in my local firefox instance and I'm not using sauce. What do I need to change here? Thanks in advance, Roy
