Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not create test folders when installing with npm | yarn #12

Open
ricardo-vargas opened this issue May 15, 2022 · 0 comments
Open

Comments

@ricardo-vargas
Copy link

ricardo-vargas commented May 15, 2022

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

  1. Create a next.js app with npx create-next-app@latest --ts
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant