-
there is an issue in safari, where elements that are visible are reported not visible.
this happens when the style attribute is set to 'overflow: hidden'
I have a workaround to use a command that …
-
### Description of the bug/issue
When I use waitUntil in a custom command I expect the test to waitUntil evaluates to true and exits or times out, but the test runs through it as waitUntil continue…
-
Trying to follow this tutorial, but it fails on step 3: npm test.
response:
ERROR Error: Cannot find module 'env2'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Mo…
-
Hi,
I am running into issues running tests in parallel. If I updated the "test_workers" param to true in the nightwatch.json and run
docker-compose run --rm nightwatch
Both sample tests I have…
-
[Testing Guide Wiki](https://github.com/ProvidenceGeeks/website-docs/wiki/Testing-Guide)
## Type of Change
- [x] New Documentation
- [x] Update to existing documentation
- [x] Other (please clarif…
-
### Description of the bug/issue
When I use browser.expect on an element found using .find() I expect it to run my expect assertion, but instead the browser terminates and I get an unhandled rejectio…
-
### Description of the bug/issue
When I'm using nightwatch programmatic API to launch the browser to do the test, the failure in custom command won't fail the test
### Steps to reproduce
run `node …
-
## Describe the bug
```
/* eslint-disable max-len */
// Refer to the online docs for more details: https://nightwatchjs.org/gettingstarted/configuration/
const Services = {}; loadServices()
/…
-
### Description of the bug/issue
I am using cucumber. When I use a single environment value, the test works correctly but when I use two or more environment values to run tests in different browser…
-
**Is your feature request related to a problem? Please describe.**
The current implementation of Cucumber uses the CLI method to integrate cucumber into Nightwatch which causes a lot of issues and …