Advertisement
Guest User

ConsoleOutput1

a guest
Apr 12th, 2012
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Running story logging_into_***.story
  2. 16:31:41.148 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'browserAgentDriverProvider'
  3. 16:31:41.148 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'loginPageSteps'
  4. org.apache.maven.surefire.booter.SurefireExecutionException: Failures in running stories in batch:
  5. org.jbehave.core.embedder.Embedder$NonThreadingExecutorService$1@109b42: Failures in running stories logging_into_***.story; nested exception is org.jbehave.core.embedder.Embedder$RunningStoriesFailed: Failures in running stories in batch:
  6. org.jbehave.core.embedder.Embedder$NonThreadingExecutorService$1@109b42: Failures in running stories logging_into_***.story
  7. org.jbehave.core.embedder.Embedder$RunningStoriesFailed: Failures in running stories in batch:
  8. org.jbehave.core.embedder.Embedder$NonThreadingExecutorService$1@109b42: Failures in running stories logging_into_***.story
  9. at org.jbehave.core.embedder.Embedder.checkForFailures(Embedder.java:317)
  10. at org.jbehave.core.embedder.Embedder.runStoriesAsPaths(Embedder.java:202)
  11. at org.jbehave.core.junit.AnnotatedPathRunner.run(AnnotatedPathRunner.java:80)
  12. at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
  13. at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)
  14. at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:103)
  15. at org.apache.maven.surefire.Surefire.run(Surefire.java:169)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:601)
  20. at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
  21. at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement