0
您好我在CasperJS中運行多個測試.js時遇到問題。無法在Casperjs中運行測試套件(多個測試腳本)
我想乳寧多檔測試.js文件
我在控制檯執行以下命令:
casperjs /var/www/run.js在/ var/WWW /卡斯帕/測試
而看到這個錯誤:
CasperError:casper.test財產使用casperjs test
命令
而且沒有物業使用「測試」我只能ñ任何測試。
您好我在CasperJS中運行多個測試.js時遇到問題。無法在Casperjs中運行測試套件(多個測試腳本)
我想乳寧多檔測試.js文件
我在控制檯執行以下命令:
casperjs /var/www/run.js在/ var/WWW /卡斯帕/測試
而看到這個錯誤:
CasperError:casper.test財產使用casperjs test
命令
而且沒有物業使用「測試」我只能ñ任何測試。
如果執行測試套件,你必須使用casperjs 測試命令。
casperjs test /var/www/casper/tests
,或者到包含您的測試文件夾中的劇目,並執行這些命令之一:
casperjs test tests
casperjs test tests/
casperjs test ./tests
http://casperjs.readthedocs.org/en/latest/testing.html
如果你想加入一些文件:使用--includes
https://gist.github.com/n1k0/2948039
或phantom.injectJs(path/to/your/jsFile.js)