Compare commits
2 Commits
develop
...
change/sel
Author | SHA1 | Date |
---|---|---|
Sean King | 8e64b1791b | |
Sean King | 22fd3afd16 |
|
@ -8,3 +8,4 @@ selenium-debug.log
|
||||||
.idea/
|
.idea/
|
||||||
config/local.json
|
config/local.json
|
||||||
static/emoji.json
|
static/emoji.json
|
||||||
|
logs/
|
||||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
||||||
|
|
||||||
selenium: {
|
selenium: {
|
||||||
start_process: true,
|
start_process: true,
|
||||||
server_path: 'node_modules/selenium-server/lib/runner/selenium-server-standalone-2.53.1.jar',
|
server_path: require('selenium-server').path,
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
port: 4444,
|
port: 4444,
|
||||||
cli_args: {
|
cli_args: {
|
||||||
|
|
Loading…
Reference in New Issue