Top "Nightwatch.js" questions

Nightwatch.

Protractor, mocking backend with angular2 on api request

I could use some help to find a solution for my problem. I need to mock some data to my …

angular protractor nightwatch.js
Getting started with nightwatch.js

Can anyone provide me with a detailed explanation on how to setup nightwatch and start writing browser tests? I have …

node.js nightwatch.js
Nightwatch.js - How to assert a checkbox is NOT checked?

I'm using nightwatch.js to do some end-to-end testing of an application, but having trouble verifying the state of checkboxes. …

selenium selenium-webdriver nightwatch.js
How to debug in nightwatch

I am trying to debug in nightwatch. When I put in a console.log it prints before the test runs …

debugging nightwatch.js
Iterating elements using NightWatchJS

How do i click a button returned by elements command in night watch client.elements('xpath', ".//a[@class='abcd')]", function (…

automation nightwatch.js
Nightwatch.js set testing environment via config file

Noob Node Warning: How do you programmatically set what config object to use when running a test? Have been looking …

javascript node.js config nightwatch.js
Hovering over a link in nightwatchjs

I have been using nightwatch.js and always clicked around elements. Is there a way we can hover over a …

jquery node.js selenium functional-testing nightwatch.js
How can I check until an element is clickable using nightwatchjs?

How can I check until an element is clickable using nightwatch js? I want to click on an element but …

nightwatch.js
Can I create reusable test steps in nightwatch.js?

I am looking to create reusable components within my nightwatch.js tests. ie. login to the web app, logout of …

node.js selenium nightwatch.js
How to click a link using link text in nightwatch.js

Say I have these elements on my web page. <a href="/dynamic1">One</a> <a …

javascript selenium nightwatch.js