Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在运行测试时使用jasmine-nodewith frisby,我在终端输出中得到的只是红点和绿点,我想查看所有规格的清单,以及它们是否通过或失败,类似于 Mocha 和 Chai。
jasmine-node
frisby
关于如何从 Jasmine 获得所需输出的任何想法?
使用--verbose参数jasmine-node如下:
--verbose
jasmine-node --verbose yourSpec.js
还有其他一些你可能会觉得有帮助的论点。请参阅此处的文档。