You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instructions say ? Enter source folder where test files are stored (tests)
Actual text ? Enter source folder where test files are stored (test) so tests are not where you expect them to be.
Errors during install:
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
In an existing project, npm init nightwatch
no errors during install
on screen instructions are different from web instructions. Following the web instructions, npx nightwatch ./nightwatch/examples results in
┌───────────────────────────────────────────────────────────────────────────────────────────────┐
│ │
│ An error occurred while trying to start the test runner: │
│ [ENOENT] Cannot read source: stat .\nightwatch\examples. │
│ │
│ │
└───────────────────────────────────────────────────────────────────────────────────────────────┘
following the screen instructions works, but they have errors.
Sample test
Command to run
Verbose Output
Nightwatch Configuration
Nightwatch.js Version
3.12.1
Node Version
No response
Browser
No response
Operating System
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug/issue
When I follow the instructions on https://nightwatchjs.org/guide/quickstarts/create-and-run-a-nightwatch-test.html#postdoc-setup-nightwatch, I expect the instructions to reflect what I see on the screen.
Steps to reproduce
? Enter source folder where test files are stored (tests)
? Enter source folder where test files are stored (test)
so tests are not where you expect them to be.Errors during install:
npm init nightwatch
npx nightwatch ./nightwatch/examples
results inSample test
Command to run
Verbose Output
Nightwatch Configuration
Nightwatch.js Version
3.12.1
Node Version
No response
Browser
No response
Operating System
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: