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 got the following error for Percy-NightWatch:
Error Error while running .executeScript() protocol action: Method is not implemented
[percy:nightwatch] Could not take DOM snapshot "Login"
[percy:nightwatch] Error: Missing required URL for snapshot
it('pass the login',asyncfunction(app){// NOT WORKINGawaitapp.percySnapshot('Login');// working with WebdriverIO to snapshot the screenawaitpercyScreenshot('Login');});});
My tests are running fine with
WebdriverIO
but withNightwatch
I got the following error for Percy-NightWatch:Is this custom command compatible/tested with a mobile APP project? See docs: https://nightwatchjs.org/guide/mobile-app-testing/introduction-writing-tests.html
The text was updated successfully, but these errors were encountered: