本文介绍了如何在TestSwarm中添加项目和创建作业的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试设置TestSwarm,但无法创建项目和作业.从github克隆TestSwarm时,缺少一些文件,例如/run等.
I am trying setting up TestSwarm, but not able to create project and jobs.When cloning TestSwarm from github some files are missing like /run etc.
请提出您的想法!
推荐答案
您使用
php scripts/manageProject.php --create=true --id="yourtestid" --display-title="your display title here"
此脚本创建一个项目,需要一个ID和一个显示标题,并且还具有用于站点URL和密码的可选选项. create标志告诉脚本创建项目(如果尚不存在).
This script creates a project and requires an id and a display title, and also has optional options for site-url and password. The create flag tells the script to create the project if it doesn't already exist.
该脚本将返回一个auth令牌(可以使用scripts/refreshProjectToken.php重新创建).
The script will return an auth token (which can be re-created with scripts/refreshProjectToken.php).
这篇关于如何在TestSwarm中添加项目和创建作业的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!