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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -