我正在尝试使用phantom-jasmine。我已经在系统(Mountain Lion和Ubuntu)上安装了phantomjs(1.9.1),并使用npm安装了phantom-jasmine。
问题是,当我尝试从其示例运行phantom-jasmine examples / TestRunner.html时,我得到0个规格,0个故障,尽管它应该是3个规格,输出中有1个故障。
如果我从浏览器中打开TestRunner.html,它的行为符合预期,但幻影茉莉似乎无法找到规格。
另一件事是当我提供绝对路径时(phantom-jasmine /home/me/phantom-jasmine/examples/TestRunner.html到TestRunner.html this发生了
最佳答案
不能完全确定为什么,但是通过从调用中省略TestRunner.html可以运行示例。像这样:
phantom-jasmine examples
看来使用npm安装时获得的分支/版本与https://github.com/jcarver989/phantom-jasmine中描述的不匹配。
查看已安装的readme.md对我有帮助。
关于node.js - phantom-jasmine找不到规范,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/17340307/