Category "nightwatch.js"

Issue while running the js file on nightwatch

I am running Nightwatch through Vs code. Where inside the src folder test I have 2 js files one is a customer.js and the second is supplier.js. Now I want to ru

Nightwatch JS | Looping/Iterating through Table

I've been working with Nightwatch for a few months now, using the page object method to try and make my tests as modular as possible. I've ran into a block on m

Nightwatch JS | Looping/Iterating through Table

I've been working with Nightwatch for a few months now, using the page object method to try and make my tests as modular as possible. I've ran into a block on m

Nightwatch Execute Method is not returning a result

I was running a test where I obtained a POST parameter, this has to be done with Nightwatch's execute function. Even though the function in execute returned a v

E2E Testing- click on specific button

I have a button, it looks like this in HTML form <span class="v-btn__content">Create</span> My E2E Test, I am trying to click that Create button mo

How can i get dynamic element from website so I can use it on a nightwatch

I want to get "Cancel" element. But the element of Cancel Button is dynamic, like this : enter image description here //*[@id="TD/D0202/22/00321-content"]/div/b

NightwatchJs is ignoring chrome options when trying to launch no sandbox and headless on docker

I am having an issue running nightwatch on a docker container using chrome, nightwatch seems to be completely ignoring the fact that i have told it to use --no-

Anyone has experience using NightWatch with TypeScript?

I am using NightWatch for my e2e testing and want to move towards ES6 way of writing tests. I was able to do it with Babel and it worked fine but I want to use