testswarm-launcher

1.0.0 • Public • Published

testswarm-launcher

Command line testswarm launcher wrapping node-testswarm

npm install -g testswarm-launcher

Usage

-> % testswarm-launcher -h
 
  Usage: testswarm-launcher [options]
 
  Options:
 
    -h, --help              output usage information
    -V, --version           output the version number
    -c, --config <file>     Testswarm-launcher configuration file
    -n, --name <job name>   Testswarm job name, if you are in a CI env, you can put a GIT SHA
    -b, --baseurl [url]     Append this baseurl to every test file
    -q, --querystring [qs]  Append this querystring to every test url

Configuration example

{
  "id": "project-id",
  "token": "project-auth-token",
  "url": "http://testswarm.server.url.com",
  "runs": {
    "run name": "url"
  },
  "browserSets": ["desktop"]
}

/testswarm-launcher/

    Package Sidebar

    Install

    npm i testswarm-launcher

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • vvo