Launch testswarm tests from a JSON config file.
npm install testswarm-launcherCommand line testswarm launcher wrapping node-testswarm
``shell`
npm install -g testswarm-launcher
`shell
-> % testswarm-launcher -h
Usage: testswarm-launcher [options]
Options:
-h, --help output usage information
-V, --version output the version number
-c, --config
-n, --name
-F, --format [url] Let you reformat runs url at will, %s is the original run url
`
`json``
{
"id": "project-id",
"token": "project-auth-token",
"url": "http://testswarm.server.url.com",
"runs": {
"run name": "url"
},
"browserSets": ["desktop"]
}