chromeVersion: 'stable'
has been deprecated as Element 2.0 now gives you the ability to run your script across different browsers such as firefox
, webkit
, chromium
and chrome
. You must now use browser: 'firefox'
within your test settings (or the target browser you wish to use). Further information is available here: https://element.flood.io/docs/guides/test-settings#browser​suite
is no longer supported.--chrome
usage is no longer supported. If you wish to run tests with a custom version of Microsoft Edge, Google Chrome or any Chromium-based browsers then you'll need to use the executablePath property in browserLaunchOptions setting or --executablePath
CLI flag.brew
is no longer supported when installing the Element CLI. Please use yarn
or npm
.ignoreHTTPSerrors
has been renamed to ignoreHTTPSerror
.