jquery - How to add project and create jobs in TestSwarm -


i trying setting testswarm, not able create project , jobs. when cloning testswarm github files missing /run etc.

please suggest thoughts!

you create project using

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

this script creates project , requires id , display title, , has optional options site-url , password. create flag tells script create project if doesn't exist.

the script return auth token (which can re-created scripts/refreshprojecttoken.php).


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -