Created
November 13, 2015 00:34
-
-
Save tildedave/d0dee8d173befca2b4f6 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
$ TEST_ENVIRONMENT=staging magellan --config=./magellan.jenkins.json --tag desktop | |
Loaded magellan configuration from: /Users/dave/workspace/tilt-nightwatch/magellan.jenkins.json | |
Magellan-nightwatch test iterator found nightwatch configuration at: ./nightwatch.conf.js | |
Using tag filter: [ 'desktop' ] | |
Running 78 tests with 8 workers with phantomjs | |
--> Worker 1, mock port: 21000, running test: test/comment_view_spec.js @phantomjs | |
--> Worker 2, mock port: 21003, running test: test/connect_via_notification_center_spec.js @phantomjs | |
--> Worker 3, mock port: 21006, running test: test/connect_via_search_center_spec.js @phantomjs | |
--> Worker 4, mock port: 21009, running test: test/connect_with_facebook_preserves_email_spec.js @phantomjs | |
--> Worker 5, mock port: 21012, running test: test/contribution_answer_questions_during_contribution_spec.js @phantomjs | |
--> Worker 6, mock port: 21015, running test: test/contribution_can_contribute_after_correct_invalid_saved_card_spec.js @phantomjs | |
--> Worker 7, mock port: 21018, running test: test/contribution_can_contribute_with_valid_card_after_invalid_card_spec.js @phantomjs | |
--> Worker 8, mock port: 21021, running test: test/contribution_contribute_after_canceling_edit_to_saved_card_spec.js @phantomjs | |
(1 / 69) <-- Worker 1 PASS test/comment_view_spec.js @phantomjs | |
--> Worker 1, mock port: 21024, running test: test/contribution_contribute_to_collect_as_organizer_spec.js @phantomjs | |
(2 / 69) <-- Worker 3 PASS test/connect_via_search_center_spec.js @phantomjs | |
(3 / 69) <-- Worker 2 PASS test/connect_via_notification_center_spec.js @phantomjs | |
.... | |
(73 / 78) <-- Worker 1 PASS test/user_menu_spec.js @phantomjs | |
(74 / 78) <-- Worker 4 PASS test/recontributions_spec.js @phantomjs | |
(75 / 78) <-- Worker 7 PASS test/profile_settings_spec.js @phantomjs | |
(76 / 78) <-- Worker 5 PASS test/search_spec.js @phantomjs | |
(77 / 78) <-- Worker 3 PASS test/reminders_remind_email_invite_spec.js @phantomjs | |
(78 / 78) <-- Worker 6 PASS test/reminders_remind_all_spec.js @phantomjs | |
============= Suite Complete ============= | |
Status: PASSED | |
Runtime: 6m 16.1s | |
Total tests: 78 | |
Successful: 78 / 78 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment