Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试设置 TestSwarm,但无法创建项目和作业。从 github 克隆 TestSwarm 时,一些文件丢失,例如 /run 等。
请提出你的想法!
您创建一个项目使用
php scripts/manageProject.php --create=true --id="yourtestid" --display-title="your display title here"
此脚本创建一个项目并需要一个 id 和一个显示标题,并且还具有站点 URL 和密码的可选选项。如果项目尚不存在,create 标志告诉脚本创建项目。
该脚本将返回一个身份验证令牌(可以使用 scripts/refreshProjectToken.php 重新创建)。