重复运行脚本以进行api测试

时间:2016-03-16 13:06:05

标签: node.js gruntjs supertest

我目前有一个使用supertest + mocha + grunt的api测试脚本。

我想每1分钟运行一次这个脚本。怎么可能

1 个答案:

答案 0 :(得分:0)

您可以使用linux cron job或node module schedular

https://github.com/node-schedule/node-schedule

每分钟运行一次脚本。