forked from jquery/testswarm
-
Notifications
You must be signed in to change notification settings - Fork 1
Distributed continuous integration testing for JavaScript.
License
takamori/testswarm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Distributed continuous integration for JavaScript. http://testswarm.com/ DISCUSSION The Google Group for general usage and development discussion: http://groups.google.com/group/testswarm INSTALLATION 1) Create a mysql database and a user who can connect and write to it. 2) Load the MySQL database. mysql DBNAME -u USER -p < testswarm.sql 3) Copy the ./config/config-sample.ini to ./config.ini and change the options to correspond to your MySQL database information. 4) Load the cronjob (changing the URL to point to your site). crontab < config/cronjob.txt 5) Currently the server must be run in Apache (it uses a .htaccess file) and be within a VirtualHost (on its own domain or sub-domain). LICENSE See LICENSE for more information.
About
Distributed continuous integration testing for JavaScript.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 76.9%
- JavaScript 23.1%