Enables buster-static with SauceLabs.
npm install buster-reporter-sauce
- In your
buster.js
add toextensions: [ ... require('buster-reporter-sauce') ... ]
- Fire up
buster-static
- Point SauceLabs to you
buster-static
instance (e.g. usinggrunt-saucelabs
), don't forget to?reporter=sauce
Pro tip: start buster-static
on a well known port to avoid trouble with SauceLabs Connect, e.g. 8000. Your test URL
will then be http://127.0.0.1:8000/?repoter=sauce
.