nightwatch-commands icon indicating copy to clipboard operation
nightwatch-commands copied to clipboard

A set of Mobify specific custom commands for Nightwatch.js

Results 6 nightwatch-commands issues
Sort by recently updated
recently updated
newest added

### Summary nightwatch-commands support for nightwatch v1 I tried integrating the _nightwatch-commands_ package with nightwatch (version 1.2.1) and I am getting the below issue. @ellenmobify - It will be greatly...

Status: **Ready for Review** or **Open for Visibility** Owner: Reviewers: @ellenmobify @jasecode ## Changes - Add ES6 Linter via Mobify Code Style - Updated commands to be in ES6 format...

For example, in a condition like this I want to pass the `selector` argument: ```js const condition = (selector) => { return !! $(selector).attr('disabled') } ``` But it looks like...

### Summary The signature for [waitForCondition](https://github.com/mobify/nightwatch-commands#waitforconditioncondition-milliseconds-timeout-message-callback) is inconsistent between params `timeout` & `milliSeconds` so idk which is which

I try to use `waitUntilMobified()` to wait for my new page to be loaded, but when I use it in my test I get the following error: ``` Error while...

We really need a swipe command to test gestures on page elements (swipe through carousels, etc). Potential arguments could include: - Origin point (be it specified through CSS selector or...

enhancement