-
I am new to nightwatch js , currently I an trying to test multiple use cases using nightwatch js, I have followed standard directory structure.
I have usecase1.feature and usecase2.feature files in…
-
### Description of the bug/issue
Hi! Here's something I've noticed:
Every time a test starts up, Chrome creates two folders under `/tmp/`:
- `/tmp/.com.google.Chrome.PyT0E2` (empty)
- `/tmp/.org…
-
### Description of the bug/issue
When I _write a command in `beforeEach` hook in `globals.js` and don't write any `before` or `after` hooks in the test suite_, I expected _that command to be executed…
-
## Describe the bug
After updating to Nightwatch 1.7.3, useXpath() or useCss() return error `Cannot read property 'catch' of undefined`.
I have these functions in my tests because there were some …
-
### Description
I would love to leverage some of our existing functional Nightwatch testing scripts at load and have the results compiled into a load test report. This is something Artillery.io is do…
-
I am using nightwatch with mocha, my test function look like this
```js
it('uses BDD to run the Google simple test', function(browser) {
browser
.url('http://google.com')
.expect.elemen…
-
I like [Nightwatch](http://nightwatchjs.org/), but I want to run and configure it like [zuul](https://github.com/defunctzombie/zuul). I'm wondering if there's room for a wrapper CLI that will run the …
-
Being new to Javascript and nightwatch , I am trying to implement hooks using nightwatch cucumber.
The example section that you have provided looks incomplete as the hook example doesnt have any hoo…
-
### Description of the bug/issue
When I run my test suite using
```ts
chromeOptions: {
args: ['--incognito'],
},
```
and I open a new tab in my test using `browser.window.o…
-
I'm trying to execute the Nightwatch test on Acquia pipeline for every PR raised
I have created a custom blt command that execute the test cases of nightwatch. it is executing fine locally but it…