Created
August 12, 2011 02:01
-
-
Save heptat/1141281 to your computer and use it in GitHub Desktop.
failing tests 2011.08.11 (client-admin, delivery, admin, registration)
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
Client-admin: | |
Failing Scenarios: | |
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 (2 failed, 170 passed) | |
2221 steps (2 failed, 4 skipped, 2215 passed) | |
Delivery: | |
Failing Scenarios: | |
cucumber -p delivery-all delivery/sitting_retrieve.feature:65 # Scenario: Click on an unstarted test link in the dashboard and see the splash page | |
cucumber -p delivery-all delivery/sitting_retrieve.feature:75 # Scenario: Seeing the user icon and logout link for an admin viewing a candidate test splash page | |
cucumber -p delivery-all delivery/sitting_retrieve.feature:87 # Scenario: Start a test | |
cucumber -p delivery-all delivery/sitting_update.feature:28 # Scenario: Submit answers to all questions and complete the test | |
30 scenarios (4 failed, 26 passed) | |
474 steps (4 failed, 8 skipped, 462 passed) | |
Admin: | |
Failing Scenarios: | |
cucumber -p admin-all admin/admin_client_retrieve.feature:21 # Scenario: Logout, login as a client admin, then try to visit the clients page | |
41 scenarios (1 failed, 40 passed) | |
458 steps (1 failed, 3 skipped, 454 passed) | |
Registration: | |
Failing Scenarios: | |
cucumber -p registration-all registration/account_update.feature:30 # Scenario: Logout then try to visit the update page for account "[email protected]" | |
36 scenarios (1 failed, 3 undefined, 32 passed) | |
328 steps (1 failed, 35 skipped, 12 undefined, 280 passed) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment