通过代理执行mocha测试或不使用grunt执行mocha测试

时间:2015-07-05 20:20:42

标签: node.js gruntjs mocha

我想将我的mocha测试配置为在代理之后执行。 例如,

grunt test 

将执行我在localhost(无代理)上的测试文件夹中定义的测试。

并且

export http_proxy=PROXY:PORT
grunt test mywebsite.com

会通过代理执行测试。

这可能吗?

0 个答案:

没有答案