Created
April 19, 2013 19:25
-
-
Save aslakhellesoy/5422588 to your computer and use it in GitHub Desktop.
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
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Running CucumberTest | |
| log4j:WARN No appenders could be found for logger (org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager). | |
| log4j:WARN Please initialize the log4j system properly. | |
| @selenium @browse | |
| Feature: Browse Tests | |
| As a user | |
| I should be able to browser through all products | |
| filter my results | |
| and click an item to view the Product Detail Page. | |
| Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 14.685 sec <<< FAILURE! | |
| Results : | |
| Tests in error: | |
| Feature: Browse Tests: -1 | |
| Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment