mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Do not use the chromedriver wrapper as it spews to stdout
This commit is contained in:
parent
aa2b32e29c
commit
438168e62c
@ -10,7 +10,7 @@ webdriverio = require '../../../script/node_modules/webdriverio'
|
|||||||
|
|
||||||
AtomPath = remote.process.argv[0]
|
AtomPath = remote.process.argv[0]
|
||||||
AtomLauncherPath = path.join(__dirname, "..", "helpers", "atom-launcher.sh")
|
AtomLauncherPath = path.join(__dirname, "..", "helpers", "atom-launcher.sh")
|
||||||
ChromedriverPath = path.resolve(__dirname, '..', '..', '..', 'script', 'node_modules', '.bin', 'chromedriver')
|
ChromedriverPath = path.resolve(__dirname, '..', '..', '..', 'script', 'node_modules', 'electron-chromedriver', 'bin', 'chromedriver')
|
||||||
SocketPath = path.join(os.tmpdir(), "atom-integration-test-#{Date.now()}.sock")
|
SocketPath = path.join(os.tmpdir(), "atom-integration-test-#{Date.now()}.sock")
|
||||||
ChromedriverPort = 9515
|
ChromedriverPort = 9515
|
||||||
ChromedriverURLBase = "/wd/hub"
|
ChromedriverURLBase = "/wd/hub"
|
||||||
|
Loading…
Reference in New Issue
Block a user