Skip to content

Instantly share code, notes, and snippets.

@heptat
Created August 10, 2011 13:35
Show Gist options
  • Save heptat/1136813 to your computer and use it in GitHub Desktop.
Save heptat/1136813 to your computer and use it in GitHub Desktop.
all failing tests
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/candidate_tag.feature:110 # Scenario: Select all candidates and tag them
cucumber -p client-admin-all client_admin/candidate_test.feature:94 # Scenario: Select all candidates and assign a test form to them
cucumber -p client-admin-all client_admin/client_create.feature:34 # Scenario: Add a new client and be directed to the login page
cucumber -p client-admin-all client_admin/client_retrieve.feature:75 # Scenario: View a list of statistics relating to the client
172 scenarios (6 failed, 2 undefined, 164 passed)
2221 steps (6 failed, 52 skipped, 2 undefined, 2161 passed)
cucumber -p admin-all 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)
cucumber -p delivery-all 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment