Created
October 7, 2011 01:39
-
-
Save michaeltwofish/1269232 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
Failing Scenarios: | |
cucumber -p client-admin-js client_admin/candidate_test_retrieve.feature:146 # Scenario: Open the filter tag form and then close it | |
cucumber -p client-admin-js client_admin/candidate_test_retrieve.feature:155 # Scenario: Select a tag to filter on and submit search | |
cucumber -p client-admin-js client_admin/candidate_test_retrieve.feature:175 # Scenario: Select a tag to filter on and submit search then submit again to see tag is still checked | |
cucumber -p client-admin-js client_admin/candidate_test_retrieve.feature:201 # Scenario: Apply two tags to a candidate that is tagged with both, and make sure it is listed only once | |
cucumber -p client-admin-js client_admin/candidate_test_retrieve.feature:218 # Scenario: Filter candidates by tag belonging to candidates for more than one client | |
cucumber -p client-admin-js client_admin/candidate_create.feature:182 # Scenario: Upload a file with a valid candidate | |
cucumber -p client-admin-js client_admin/candidate_create.feature:189 # Scenario: Upload a file with multiple valid candidates | |
cucumber -p client-admin-js client_admin/candidate_create.feature:215 # Scenario: Upload a file with mixed valid and invalid candidates, without a name | |
cucumber -p client-admin-js client_admin/candidate_retrieve.feature:62 # Scenario: Retrieving login details for candidates | |
cucumber -p client-admin-js client_admin/candidate_retrieve.feature:121 # Scenario: Open the filter tag form and then close it | |
cucumber -p client-admin-js client_admin/candidate_retrieve.feature:130 # Scenario: Select a tag to filter on and submit search | |
cucumber -p client-admin-js client_admin/candidate_retrieve.feature:150 # Scenario: Select a tag to filter on and submit search then submit again to see tag is still checked | |
cucumber -p client-admin-js client_admin/candidate_retrieve.feature:172 # Scenario: Apply two tags to a candidate that is tagged with both, and make sure it is listed only once | |
cucumber -p client-admin-js client_admin/candidate_retrieve.feature:186 # Scenario: Select a tag to filter on and submit search then check modal | |
cucumber -p client-admin-js client_admin/candidate_retrieve.feature:200 # Scenario: Filter candidates by tag belonging to candidates for more than one client | |
cucumber -p client-admin-js client_admin/candidate_test.feature:95 # Scenario: Assign a test form to a candidate that is already assigned the test form | |
cucumber -p client-admin-js client_admin/candidate_tag_retrieve.feature:144 # Scenario: Open the filter tag form and then close it | |
cucumber -p client-admin-js client_admin/candidate_tag_retrieve.feature:154 # Scenario: Select a tag to filter on and submit search | |
cucumber -p client-admin-js client_admin/candidate_tag_retrieve.feature:173 # Scenario: Select a tag to filter on and submit search then submit again to see tag is still checked | |
cucumber -p client-admin-js client_admin/candidate_tag_retrieve.feature:195 # Scenario: Apply two tags to a candidate that is tagged with both, and make sure it is listed only once | |
cucumber -p client-admin-js client_admin/candidate_tag_retrieve.feature:209 # Scenario: Select a tag to filter on and submit search then check modal | |
cucumber -p client-admin-js client_admin/candidate_tag_retrieve.feature:223 # Scenario: Filter candidates by tag belonging to candidates for more than one client | |
86 scenarios (22 failed, 64 passed) | |
1111 steps (22 failed, 91 skipped, 998 passed) | |
6m27.327s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment