Created
August 11, 2011 02:04
-
-
Save heptat/1138762 to your computer and use it in GitHub Desktop.
all failing tests 2011.08.11
This file contains 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
cucumber -p client-admin-all client_admin/ | |
Failing Scenarios: | |
cucumber -p client-admin-all client_admin/candidate_create.feature:23 # Scenario: Navigating to create candidates page for a client that doesn't exist | |
cucumber -p client-admin-all client_admin/candidate_create.feature:84 # Scenario: Add a new candidate using an existing candidate username | |
cucumber -p client-admin-all client_admin/client_create.feature:34 # Scenario: Add a new client and be directed to the login page | |
172 scenarios (3 failed, 169 passed) | |
2221 steps (3 failed, 8 skipped, 2210 passed) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment