nightwatch.js - How to use Safari Technology Preview in nightwatch config? -
i need run e2e tests in safari technology preview, not in safari. use nightwatch.js e2e tests. setup extension safari technology preview (https://github.com/nightwatchjs/nightwatch/wiki/running-tests-in-safari)
also, define "executablepah" safari technology preview in "desiredcapabilities" field.
"desiredcapabilities" : { "browsername" : "safari", "executablepah": "/applications/safari\ technology\ preview.app/contents/macos/safaridriver" "javascriptenabled" : true, "acceptsslcerts" : true } but doesn't work me. did wrong?
Comments
Post a Comment