我已经下载了遗言
我的项目基于 Play Framework
但我不知道如何编写与play框架匹配的config.js
这是我所知道的
谁能给我一些建议?
最佳答案
我已经靠自己解决了
这是我的工作
:~/Development$ git clone https://github.com/vojtajina/testacular.git
:~/Development$ cd testacular
sudo npm -g install
~/testacular$ grunt build
这是how to write test with jasmine
然后将文件添加到 testacular.conf.js
关于javascript - 如何在Play框架中使用Testacular,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13946419/