daily pastebin goal
16%
SHARE
TWEET

Firefox required for nonsense reasons?

a guest Nov 1st, 2016 46 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 10280 s004  S      0:01.43 /usr/bin/java -Dwebdriver.chrome.driver=/Users/berger/code/feripro-infrastructure/feripro_repository/end-to-end-test/node_modules/selenium-standalone/.selenium/chromedriver/2.25-x64-chromedriver -jar /Users/berger/code/feripro-infrastructure/feripro_repository/end-to-end-test/node_modules/selenium-standalone/.selenium/selenium-server/3.0.0-beta4-server.jar
  2.  
  3. // Config
  4. module.exports = {
  5.   // check for more recent versions of selenium here:
  6.   // http://selenium-release.storage.googleapis.com/index.html
  7.   version: '2.53.1',
  8.   baseURL: 'https://selenium-release.storage.googleapis.com',
  9.   drivers: {
  10.     chrome: {
  11.       // check for more recent versions of chrome driver here:
  12.       // http://chromedriver.storage.googleapis.com/index.html
  13.       version: '2.24',
  14.       arch: process.arch,
  15.       baseURL: 'https://chromedriver.storage.googleapis.com'
  16.     }
  17.   }
  18. };
  19.  
  20. // Error when running night wish.js
  21. Connection refused! Is selenium server started?
  22. { state: 'unhandled error',
  23.   sessionId: null,
  24.   hCode: 1341064865,
  25.   value:
  26.    { additionalInformation: '\nDriver info: driver.version: FirefoxDriver',
  27.      localizedMessage: 'Cannot find firefox binary in PATH. Make sure firefox is installed. OS appears to be: MAC\nBuild info: version: \'2.53.1\', revision: \'a36b8b1\', time: \'2016-06-30 17:37:03\'\nSystem info: host: \'mecodia-mk.fritz.box\', ip: \'192.168.178.107\', os.name: \'Mac OS X\', os.arch: \'x86_64\', os.version: \'10.12.1\', java.version: \'1.8.0_111\'\nDriver info: driver.version: FirefoxDriver',
  28.      supportUrl: null,
  29.      systemInformation: 'System info: host: \'mecodia-mk.fritz.box\', ip: \'192.168.178.107\', os.name: \'Mac OS X\', os.arch: \'x86_64\', os.version: \'10.12.1\', java.version: \'1.8.0_111\'',
  30.      cause: null,
  31.      suppressed: [],
  32.      message: 'Cannot find firefox binary in PATH. Make sure firefox is installed. OS appears to be: MAC\nBuild info: version: \'2.53.1\', revision: \'a36b8b1\', time: \'2016-06-30 17:37:03\'\nSystem info: host: \'mecodia-mk.fritz.box\', ip: \'192.168.178.107\', os.name: \'Mac OS X\', os.arch: \'x86_64\', os.version: \'10.12.1\', java.version: \'1.8.0_111\'\nDriver info: driver.version: FirefoxDriver',
  33.      hCode: 1765422768,
  34.      class: 'org.openqa.selenium.WebDriverException',
  35.      buildInformation:
  36.       { buildRevision: 'a36b8b1',
  37.         buildTime: '2016-06-30 17:37:03',
  38.         releaseLabel: '2.53.1',
  39.         hCode: 436131298,
  40.         class: 'org.openqa.selenium.internal.BuildInfo' },
  41.      screen: null },
  42.   class: 'org.openqa.selenium.remote.Response',
  43.   status: 13 }
  44.  
  45. // Selenium-specific config in nightwatch
  46. "selenium" : {
  47.     "start_process" : false,
  48.     "port" : 4444
  49.   },
  50.  
  51.   "test_settings" : {
  52.     "default" : {
  53.       "launch_url" : "http://dev.feripro.de",
  54.       "selenium_port"  : 4444,
  55.       "selenium_host"  : "localhost",
  56.       "silent": true,
  57.       "screenshots" : {
  58.         "enabled" : false,
  59.         "path" : ""
  60.       },
  61.       "chrome" : {
  62.         "desiredCapabilities": {
  63.           "browserName": "chrome"
  64.         }
  65.       }
  66.     }
  67.   }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top