标签: node.js gruntjs supertest
我目前有一个使用supertest + mocha + grunt的api测试脚本。
我想每1分钟运行一次这个脚本。怎么可能
答案 0 :(得分:0)
您可以使用linux cron job或node module schedular
https://github.com/node-schedule/node-schedule
每分钟运行一次脚本。