Closed Mahad28 closed 3 years ago
Hey @Mahad28, can you share the snippet of the code?
@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
Added safari browser in the configuration file. For some reason nightwatch gives an error in the last as timeout error
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' }, },