-
The setup done for Nightwatch when creating a new Vue project using the [create-vue](https://github.com/vuejs/create-vue) tool is outdated. For example, there are a lot of dependencies which we no lon…
-
I installed nightwatch 2.5 globally and ran `npm init nightwatch`
I selected to use the Nightwatch test runner and create a TypeScript project with Chrome as my browser.
When I ran `npm run test` I …
-
### 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…
-
Create Nightwatch support. Maybe create a seperate command to drowl-init, since nightwatch needs a lot of dependencies.
See:
https://github.com/drupal/drupal/blob/9.3.x/core/tests/README.md
on …
-
It appears that with
```
/* In nightwatch/globals.js */
var HtmlReporter = require('nightwatch-html-reporter');
var reporter = new HtmlReporter({
openBrowser: true,
reportsDirectory: __d…
-
### Version
4.1.1
### Reproduction link
[https://gist.github.com/adrianovieira/0d044ed7f191c62eae739d19fa4c1cec](https://gist.github.com/adrianovieira/0d044ed7f191c62eae739d19fa4c1cec)
…
-
**Is your feature request related to a problem? Please describe.**
Could you add a sample to run test in docker
**Describe the solution you'd like**
Add a docker file and/or dockercompose to run …
-
We need to Improve support for our Typescript users who are using Nightwatch to write tests. Currently, users must compile typescript to javascript, which is not an ideal experience. We are improving …
-
### 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…
-
See https://github.com/nightwatchjs/create-nightwatch/pull/95#discussion_r1230920424