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.
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.
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.