Meteor-Community-Packages / meteor-mocha

A Mocha test driver package for Meteor 1.3+. This package reports server AND client test results in the server console and can be used for running tests on a CI server or locally.
https://packosphere.com/meteortesting/mocha
MIT License
67 stars 40 forks source link

Error: ENOENT: no such file or directory, open #86

Closed harmansingh2908 closed 5 years ago

harmansingh2908 commented 5 years ago

I am trying to run test cases with meteor version 1.8 with this command

TEST_WATCH=1 meteor test --driver-package meteortesting:mocha --port 3100

It's throwing error : Error: ENOENT: no such file or directory, open '/private/var/folders/q4/rl0c5md979d6xz32795bxfrm0000gq/T/meteor-test-run1hflvik.7mvil/packages/implementation/settings.json'

I don't know what is the issue. I am not to much familiar with meteor.

SimonSimCity commented 5 years ago

Is the problem still persistent? I haven't seen this yet. Would you be able to create a repository where this could be reproduced?

SimonSimCity commented 5 years ago

Closed due to lacking feedback ...