testiumjs / testium-core

Juggling the bits and pieces to run integration tests
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

Fix selenium debug invocation #34

Closed dbushong closed 7 years ago

dbushong commented 7 years ago

When selenium.jar is run, if selenium.debug is true (the default), it tries to pass -debug, but the correct invocation these days appears to be -debug true

dbushong commented 7 years ago

Also, config.get('selenium.debug', ...) should be config.getBool(...)