-
### Description of the bug/issue
When I execute Nightwatch tests I expect nicely-formatted output, but when an exception level error occurs the formatting becomes ragged and hard to read.
Example …
-
**I'm submitting a ...** (check one with "x")
```
[ ] bug report
[ ] feature request
[X ] support request => Please do not submit support request here, instead use [Stack Overflow](https://stacko…
-
We could add to the pipeline the framework to run afterburners
- with an abstract (template) class with functions run() read() write() ...
- with the same inputs (suggestion = a coadd + a zbest fi…
-
Viết ở trong file này
https://github.com/le1tuan/nightwatch-wrapper/blob/master/src/test.js
1. Tạo file trong folder test với mỗi test case với nội dung là code của night-watch
2. Code nightwat…
-
### Description of the bug/issue
When I chain a page-command with a custom-command inside a `browser.perform()` command, `this.api` becomes `undefined` in the page object.
The following passes ✅
…
-
SauceLabs is having a full outage currently. The way this manifested itself in our build was:
```
00:07:07.808 Magellan-nightwatch test iterator found nightwatch configuration at: conf/nightwatch.js…
-
### Description of the bug/issue
When I use nightwatch.d.ts to extend Nightwatch types I expect to be able to use those types during test runtime
In versions of Nightwatch prior to adding direct .…
-
The goal of this issue is to extend the current [Cucumber documentation](https://nightwatch-api.netlify.com/cucumber/) to cover every topic which was already covered in [Nightwatch-Cucumber package do…
-
### Description of the bug/issue
Further chained commands in the new element API sends HTTP request even when preceding command has failed.
sample test
```
describe('Ecosia.org Demo', function…
-
### Description
Our codebase has different groups (folders) of tests, viz.
1. `./tests/CRUD`
1. `./tests/UI`
1. `./tests/Happy-Path`
1. `./tests/E2E`
Now these groups (folders) contain a l…