Questions tagged [testswarm]

Automated distributed continuous integration for JavaScript

TestSwarm is written in PHP and requires MySQL. Here are some of the APIs for configuring tests:

  • params - Custom URL query string key/value pairs
  • testPath - URL Path to tests
  • testRunnerPath - URL to QUnit/xUnit
  • loginRequired - Boolean for toggle Login preprocessing hook

References

12 questions
11
votes
4 answers

Status of jQuery TestSwarm?

I hope You are more 'on the ball' than I am. I remember getting news on the Mozilla labs TestSwarm (now jQuery TestSwarm) some time ago. It had active users then, but it was not more than 10 per a single browser+OS configuration. I went there today…
naugtur
  • 16,479
  • 5
  • 65
  • 107
10
votes
3 answers

How can I run selenium tests on browserstack.com?

Say I want to perform the following test on my website: Load it into the browser. Click on a button, which performs some Javascript. Wait for the Javascript action to complete. Look at how the page appears now. I know how to create a Selenium test…
cheesus
  • 11,077
  • 10
  • 64
  • 122
4
votes
1 answer

Deploying TestSwarm on IIS7

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…
Alex Gyoshev
  • 11,491
  • 4
  • 45
  • 74
3
votes
1 answer

How to install and setup Testswarm?

![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…
2
votes
1 answer

How to add project and create jobs in TestSwarm

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!
swam411
  • 21
  • 4
1
vote
1 answer

Is it possible/worth it to utilize testswarm without a browserstack account?

The way the github seems to talk about browserstack, it says that it's necessary to utilize testswarm. However, from what I've been reading it seems to just create virtual users/browsers to run all of your unit tests. It looks like you could still…
1
vote
1 answer

How to create project in testswarm

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…
1
vote
1 answer

How to install TestSwarm on Windows?

I am following the installation instructions for TestSwarm on Windows. I've installed the WampServer. The second step of the TestSwarm installation is to override a localSettings.php file, but I cannot find such a file in the WampServer…
SBel
  • 3,045
  • 4
  • 25
  • 44
1
vote
1 answer

Public Test Swarm for JSUnit testing?

I came across Test Swarm which jQuery uses for running JSUnit (Qunit) tests across all browsers (real ones). I can download and install test swarm on my machine and get loads of VMs fired up to load and connect all browsers, but I was wondering if…
Sparsh Gupta
  • 1,863
  • 4
  • 17
  • 21
0
votes
1 answer

Selenium And/Or TestSwarm?

I am new to testing, when doing some research these last few days i found 2 tools that enable testing a web application, here is what i understand so far: Selenium provides a way to manipulate the browser, so in other terms it enables simulating…
Youssef
  • 1,023
  • 8
  • 16
0
votes
1 answer

BrowserStack TestSwarm only pulls Windows OS's

I've recently setup an instance of TestSwarm that interfaces with BrowserStack by using the testswarm-browserstack nodejs module (https://github.com/clarkbox/testswarm-browserstack). I was referred to use the nodejs module from a link on…
ShortRound1911
  • 2,174
  • 1
  • 13
  • 14
0
votes
1 answer

testswarm cleanup action doesn't seem to work correctly

I have around 5 qunit tests which have timed out according to testswarm. I tried to reset those tests using cleanp action. api.php?action=cleanup It didn't work. The response from the action is {"cleanup":{"resetTimedoutRuns":0}} What can be…
hariom
  • 269
  • 2
  • 17