How to create project in testswarm

拟墨画扇 提交于 2020-01-05 07:26:14

问题


I've successfully installed testswarm on my machine.

I just can't find how to create project and start running some tests. On GUI there is no option for creating a project.

There is a text on login "Login for projects. Projects can only be created by swarm operators.". So, how to create swarm operator and/or project?


回答1:


You create a project using

php scripts/manageProject.php --create=true --id="yourtestid" --display-title="your display title here"

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.

The script will return an auth token (which can be re-created with scripts/refreshProjectToken.php).

This needs to be done from the server where testswarm is installed.



来源:https://stackoverflow.com/questions/17695572/how-to-create-project-in-testswarm

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!