We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was able to spin up the example TestRunner and view the result in the browser. However, when i tried using the CLI, I got:
"Error: Cannot find module 'path' "
The only usage of "path" is in the phantom-jasmine file itself var path = require('path')
Not sure what it is looking for - but insufficient project documentation.
If anyone has a relevant comment, please lemme know. However, I'm thinking of using Chutzpah (http://mmanela.github.io/chutzpah/) instead.
The text was updated successfully, but these errors were encountered:
I'm thinking Chutpah is out - seems driven by .exe and I'm developing on a Linux Box.
Sorry, something went wrong.
i think it's using node because of the first line: #!/usr/bin/env node
Which isn't documented - i'm trying not to install anything to get things working
No branches or pull requests
I was able to spin up the example TestRunner and view the result in the browser.
However, when i tried using the CLI, I got:
"Error: Cannot find module 'path' "
The only usage of "path" is in the phantom-jasmine file itself
var path = require('path')
Not sure what it is looking for - but insufficient project documentation.
If anyone has a relevant comment, please lemme know.
However, I'm thinking of using Chutzpah (http://mmanela.github.io/chutzpah/) instead.
The text was updated successfully, but these errors were encountered: