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!
- 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
- // Config
- module.exports = {
- // check for more recent versions of selenium here:
- // http://selenium-release.storage.googleapis.com/index.html
- version: '2.53.1',
- baseURL: 'https://selenium-release.storage.googleapis.com',
- drivers: {
- chrome: {
- // check for more recent versions of chrome driver here:
- // http://chromedriver.storage.googleapis.com/index.html
- version: '2.24',
- arch: process.arch,
- baseURL: 'https://chromedriver.storage.googleapis.com'
- }
- }
- };
- // Error when running night wish.js
- Connection refused! Is selenium server started?
- { state: 'unhandled error',
- sessionId: null,
- hCode: 1341064865,
- value:
- { additionalInformation: '\nDriver info: driver.version: FirefoxDriver',
- 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',
- supportUrl: null,
- 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\'',
- cause: null,
- suppressed: [],
- 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',
- hCode: 1765422768,
- class: 'org.openqa.selenium.WebDriverException',
- buildInformation:
- { buildRevision: 'a36b8b1',
- buildTime: '2016-06-30 17:37:03',
- releaseLabel: '2.53.1',
- hCode: 436131298,
- class: 'org.openqa.selenium.internal.BuildInfo' },
- screen: null },
- class: 'org.openqa.selenium.remote.Response',
- status: 13 }
- // Selenium-specific config in nightwatch
- "selenium" : {
- "start_process" : false,
- "port" : 4444
- },
- "test_settings" : {
- "default" : {
- "launch_url" : "http://dev.feripro.de",
- "selenium_port" : 4444,
- "selenium_host" : "localhost",
- "silent": true,
- "screenshots" : {
- "enabled" : false,
- "path" : ""
- },
- "chrome" : {
- "desiredCapabilities": {
- "browserName": "chrome"
- }
- }
- }
- }
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.
