teerapap / grunt-protractor-runner

A Grunt plugin for running protractor runner.
MIT License
149 stars 123 forks source link

Error: Server terminated early with status 1 #167

Open strongant opened 8 years ago

strongant commented 8 years ago

[00:02:52] E/launcher - Process exited with error code 1 /home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:654 throw error; ^

Error: Server terminated early with status 1 at Error (native) at /home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/nodemodules/selenium-webdriver/remote/index.js:210:20 at Promise.invokeCallback (/home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/nodemodules/selenium-webdriver/lib/promise.js:1329:14) at TaskQueue.execute (/home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/nodemodules/selenium-webdriver/lib/promise.js:2790:14) at TaskQueue.executeNext (/home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2773:21) at /home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2652:27 at /home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:639:7 at process._tickCallback (node.js:369:9)

/home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:654 throw error; ^

Error: Server terminated early with status 1 at Error (native) at /home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/nodemodules/selenium-webdriver/remote/index.js:210:20 at Promise.invokeCallback (/home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/nodemodules/selenium-webdriver/lib/promise.js:1329:14) at TaskQueue.execute (/home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/nodemodules/selenium-webdriver/lib/promise.js:2790:14) at TaskQueue.executeNext (/home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2773:21) at /home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2652:27 at /home/strongant/study/mean/mean_book/node_modules/grunt-protractor-runner/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:639:7 at process._tickCallback (node.js:369:9) Warning: Tests failed, protractor exited with code: 1 Use --force to continue.

Aborted due to warnings.