You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My tests are running fine with WebdriverIO but with Nightwatch I can't locate/share the driver for Percy snapshot.
it('pass the login',asyncfunction(app){constmyElement=awaitapp.element.find(newBy('accessibility id','login-button'),);// console.log(await myElement.takeScreenshot());// NOT WORKING// await percyScreenshot(myElement, 'Login');// working with WebdriverIO to snapshot the screenawaitpercyScreenshot('Login');});});
The exact error is when Percy is trying to evaluate the remoteHostname variable of the driver. TypeError: Cannot read properties of undefined (reading 'includes')
My tests are running fine with
WebdriverIO
but withNightwatch
I can't locate/share the driver for Percy snapshot.The exact error is when Percy is trying to evaluate the
remoteHostname
variable of the driver.TypeError: Cannot read properties of undefined (reading 'includes')
See https://github.com/percy/percy-appium-js/blob/49c9170900ba86225a0c21c6e2cebe22d496511c/percy/providers/appAutomateProvider.js#L14
The text was updated successfully, but these errors were encountered: