Created
April 30, 2014 11:48
-
-
Save kerin/67798ff71696ede7d36b 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
| [1;35mStarting selenium server... [0m[1;35mstarted - PID: [0m 20769 | |
| [1;32mRunning tests[0m | |
| [0;36m[ basic.test module ][0m | |
| Running: [0;32mBasic test[0m | |
| [1;35m[40mINFO[0m [1;36mRequest: POST /wd/hub/session[0m | |
| - data: {"desiredCapabilities":{"browserName":"pantomjs","javascriptEnabled":true,"acceptSslCerts":true,"platform":"ANY"},"sessionId":null} | |
| - headers: {"Content-Type":"application/json; charset=utf-8","Content-Length":131} | |
| [1;33mThere was an error while executing the Selenium command[0m | |
| The current platform is not supported: LINUX | |
| [1;33mERROR[0m [1;32mResponse 500 POST /wd/hub/session[0m{ status: [33m13[39m, | |
| sessionId: [32m''[39m, | |
| value: | |
| { suppressed: [], | |
| localizedMessage: [32m'The current platform is not supported: LINUX'[39m, | |
| cause: [1mnull[22m, | |
| class: [32m'java.lang.IllegalStateException'[39m, | |
| hCode: [33m629345137[39m }, | |
| state: [32m'unhandled error'[39m, | |
| class: [32m'org.openqa.selenium.remote.Response'[39m, | |
| hCode: [33m1229856247[39m } | |
| [1;33mERROR[0m [1;32mUnable to start a new session.[0m | |
| [0;31mConnection refused![0m Is selenium server started? | |
| [1;35m[40mINFO[0m [1;36mSelenium process finished.[0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment