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
Does not seem to be able to create and doesn't seem to handle errors if test folders are not created, resulting in an error of not finding the folder when trying to install the module.
Expected Behavior
The module should be installed successfully creating necessary folders.
Current Behavior
Throws error Error: ENOENT: no such file or directory, scandir '../../tests/end2end/*
Possible Solution
Error handling
Testing the module
Steps to Reproduce
Create a next.js app with npx create-next-app@latest --ts
Run npm install nightwatchjs-end2end
Context (Environment)
OS: Windows WSL2 Ubuntu 18.04.5
node version: 16.15.0
npm version: 8.5.5
yarn version: 1.22.18
Package Manager: npm, yarn
Trying to install the package.
The text was updated successfully, but these errors were encountered:
Does not seem to be able to create and doesn't seem to handle errors if test folders are not created, resulting in an error of not finding the folder when trying to install the module.
Expected Behavior
The module should be installed successfully creating necessary folders.
Current Behavior
Throws error
Error: ENOENT: no such file or directory, scandir '../../tests/end2end/*
Possible Solution
Steps to Reproduce
npx create-next-app@latest --ts
npm install nightwatchjs-end2end
Context (Environment)
OS: Windows WSL2 Ubuntu 18.04.5
node version: 16.15.0
npm version: 8.5.5
yarn version: 1.22.18
Package Manager:
npm
,yarn
Trying to install the package.
The text was updated successfully, but these errors were encountered: