@yr/remote-test-connector

1.0.1 • Public • Published

remote-test-connector

Run Mocha/Expect unit tests remotely through SauceLabs and/or BrowserStack.

Usage

First, add the dependencies and script hooks to your package.json:

"devDependencies": {
  "@yr/remote-test-connector": "*"
  "expect.js": "~0.3",
  "mocha": "*",
  ...
},
"scripts": {
  "test-saucelabs": "./node_modules/@yr/remote-test-connector/bin/remote-test-connector saucelabs; true",
  "test-browserstack": "./node_modules/@yr/remote-test-connector/bin/remote-test-connector browserstack; true"
  ...
},

Then:

  • Place the code that you want to test in test/lib.js (or a symblink to it).
  • Place the unit tests in test/lib-test.js.

Readme

Keywords

none

Package Sidebar

Install

npm i @yr/remote-test-connector

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • yr