testswarm

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

How to install and setup Testswarm?

落花浮王杯 提交于 2019-12-13 14:53:26
问题 ![enter image description here][1]Testswarm is a Continuous Integration Testing Framework. Can anybody tell me how to install and use it? I have checked the read me on github and installed Testswarm, but I am unable to add jobs or run them. I added one project by inserting details in database. I have downloaded qUnit, so please tell me how to write tests in it for Testswarm. 回答1: The process depends on your environment. Here are some options: TestSwarm Prerequisites Setting up TestSwarm

How to add project and create jobs in TestSwarm

£可爱£侵袭症+ 提交于 2019-12-12 09:07:22
问题 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. Please suggest your thoughts! 回答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

Deploying TestSwarm on IIS7

回眸只為那壹抹淺笑 提交于 2019-12-06 06:03:10
问题 Has anyone succeeded? I was able to get somewhere (with a PHP over FastCGI, MySql database, and URL Rewriter 2.0 Beta), but most of the code depends on the RewriteBase rule, which is not yet supported by the IIS rewriter. Needless to say, deploying it in the server root is not really an option... 回答1: Well, it seems that only adding an application root to all paths would solve the problem. Here are the steps to deploy it: Install PHP via FastCGI. In php.ini, enable the short_open_tag set the

How to add project and create jobs in TestSwarm

烂漫一生 提交于 2019-12-04 16:48:42
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. Please suggest your thoughts! 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

Deploying TestSwarm on IIS7

杀马特。学长 韩版系。学妹 提交于 2019-12-04 11:41:46
Has anyone succeeded? I was able to get somewhere (with a PHP over FastCGI, MySql database, and URL Rewriter 2.0 Beta), but most of the code depends on the RewriteBase rule, which is not yet supported by the IIS rewriter. Needless to say, deploying it in the server root is not really an option... Well, it seems that only adding an application root to all paths would solve the problem. Here are the steps to deploy it: Install PHP via FastCGI. In php.ini, enable the short_open_tag set the error_reporting to E_ALL & ~E_NOTICE Import the rewrite rules from the .htaccess into UrlRewriter 2.0+