-
### Description
The types for Nightwatch component testing should be moved to the `vite-plugin-nightwatch` repository. Related to: #3300.
### Problem Statement/Justification
As the component …
-
-
### Description of the bug/issue
Nightwatch continues to execute further commands even when the previous `.find()` command fails and returns an error response.
### Steps to reproduce
Ju…
-
On a reasonably "mature" project, e.g: https://github.com/TheScienceMuseum/collectionsonline we are running _several_ end-to-end test scenarios: https://github.com/TheScienceMuseum/collectionsonline/t…
-
The new documentation is going to be heavily inspired by the [Nightwatchjs.org](http://Nightwatchjs.org) website.
- [x] USAGE
- [x] QUICKSTART
- [x] ARCHITECTURE
- [x] TUTORIAL
- [ ] Overview
- [x…
-
### Description of the bug/issue
When [ElementProperties](https://nightwatchjs.org/guide/writing-tests/finding-interacting-with-dom-elements.html#element-properties) is passed to global `element()` A…
-
### Description of the bug/issue
When we use the `waitUntil` command with command chaining (`waitUntil` command chained with some other command, **not standalone**), the test aborts correctly on `w…
-
Hey @Zauberstuhl @johangm90 @shaggybb @dimaursu,
one thing bugs me from the total beginning of this project: Testing.
Every time we change something we have to click through the complete applicatio…
-
Taken from https://github.com/nightwatchjs/nightwatch/issues/605
From the [examples in the documentation](http://nightwatchjs.org/guide#page-objects), it's clear that 'click', 'setValue', and 'assert…
-
Another issue I've found with `waitUntil` is that if we pass an async callback to `waitUntil` command, Nightwatch commands inside the callback still just return `NightwatchAPI` and no promise which ca…