You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking changes
startWebDriver and createSession now receives a configuration object instead of parameter list.
Major changes
configFile is add as new options for startWebDriver and createSession. Using this you can provide a custom path for Nightwatch configuration file. Thanks to @maoberlehner !
Minor changes
Configuration of WebDriver port is added to the docs. Thanks to @maoberlehner !