nw-vue-cli-example
nw-vue-cli-example copied to clipboard
Setting up E2E testing
when I run e2e test task and i get this message
it look like my chrome version is not in 71 -- 75. that should use nw.exe . but it use my desktop chrome software. my desktop chrome version is 77.0.3865.120.
then i uninstall my desktop chrome and run e2e test task. and i get this message
that say cannot find chrome binary.
so why has this error?
Read the README
I have not been able to get E2E testing set up for this repo. It will require using the NW.js Chrome Driver:
-
http://docs.nwjs.io/en/latest/For%20Users/Advanced/Test%20with%20ChromeDriver/
-
https://github.com/cypress-io/cypress/issues/4662
O, thanks. i think i should try python selenium. use nwJs official way.