launchers:
  mocha:
    command: mocha -u tdd -R tap test/*.js -t 6000
    protocol: tap
  cli: 
    command: bin/cli.js
  bs:
    command: mocha -u tdd -R tap test/browserstack_tests.js
    protocol: tap
  sproc:
    command: mocha -u tdd -R tap test/simple_process_tests.js
    protocol: tap
src_files:
- bin/*.js
- test/*.js
- lib/*.js
launch_in_dev:
- mocha