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
docker run -it --privileged --rm --net=host -v C:/foo:/protractor webnicer/protractor-headless
and get Windows message:
sudo: unable to resolve host linuxkit-00155dd6100c
**you must either specify a configuration file or at least 3 options. See below for the options:
Usage: protractor [configFile] [options]
configFile defaults to protractor.conf.js
The [options] object will override values from the config file.
See the reference config for a full list of options.
Options:
--help Print Protractor help menu
--version Print Protractor version
--browser, --capabilities.browserName Browsername, e.g. chrome or firefox
--seleniumAddress A running selenium address to use
any ideas?
The text was updated successfully, but these errors were encountered:
I run
docker run -it --privileged --rm --net=host -v C:/foo:/protractor webnicer/protractor-headless
and get Windows message:
sudo: unable to resolve host linuxkit-00155dd6100c
**you must either specify a configuration file or at least 3 options. See below for the options:
Usage: protractor [configFile] [options]
configFile defaults to protractor.conf.js
The [options] object will override values from the config file.
See the reference config for a full list of options.
Options:
--help Print Protractor help menu
--version Print Protractor version
--browser, --capabilities.browserName Browsername, e.g. chrome or firefox
--seleniumAddress A running selenium address to use
any ideas?
The text was updated successfully, but these errors were encountered: