7

我已经下载了testacular 我的项目是基于play 框架的但是我不知道如何编写与play 框架匹配的config.js 这是我所知道的

框架:玩

基本路径:''

文件:app/assets/javascripts/footageURL.js

cli端口:9000

浏览器:Chrome

自动手表:是的

谁能给我一些建议?

4

1 回答 1

3

我已经自己解决了

这是我所做的

  1. 确保你有

  2. 我从 GitHub 下载源代码
    :~/Development$ git clone https://github.com/vojtajina/testacular.git

  3. 然后你会看到一本名为 testacular 的字典。
    :~/Development$ cd testacular

  4. 在编译之前,你应该下载 require.js
    sudo npm -g install

  5. 之后,您应该可以运行源代码
    ~/testacular$ grunt build

Here is how to write test with jasmine and then add the files to the testacular.conf.js

于 2012-12-25T03:41:13.163 回答