nightwatchjs / nightwatch

Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
https://nightwatchjs.org
MIT License
11.83k stars 1.33k forks source link

Timeout error on safari #2698

Closed Mahad28 closed 3 years ago

Mahad28 commented 3 years ago

Added safari browser in the configuration file. For some reason nightwatch gives an error in the last as timeout error

Screenshot 2021-05-17 at 6 33 22 PM

I have configured my conf file as follows

desiredCapabilities: { browserName: 'Safari', javascriptEnabled: true, acceptSslCerts: true, use_legacy_jsonwire: false, "sauce:options": { name: 'test', screenResolution: '1600x1200' }, },

gravityvi commented 3 years ago

Hey @Mahad28, can you share the snippet of the code?

Mahad28 commented 3 years ago

@gravityvi cant post that but I can tell you that its running successfully on chrome and edge but giving a timeout error on safari only. I can post my sauce configuration though