Nightwatch plugin --use-selenium
parameter does not take effect
#5015
Labels
--use-selenium
parameter does not take effect
#5015
Version
4.1.2
Environment info
Steps to reproduce
vue-cli-service test: e2e --use-selenium
/node_modules/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js
file, finduseSelenium
and make a breakpoint for debuggingyarn run test: e2e
What is expected?
Through breakpoints, although the
--use-selenium
parameter has been passed on the command line, we can still see thatuseSelenium
returnfalse
. The--use-selenium
parameter does not take effect and you cannot use Selenium Server.What is actually happening?
Actually, I have been exploring E2E testing on GitLab CI recently. Unexpectedly found this problem. In the CI environment, Selenium Server is more useful than WebDriver, but it can't be used now
The text was updated successfully, but these errors were encountered: