Package detail

wct-sauce

Polymer12.7kBSD-3-Clause2.1.0

WCT plugin that enables support for sauce browsers via Sauce Labs

wct, web-component-tester, plugin

readme

NPM version Build Status Gitter

Sauce Labs support for web-component-tester.

This is currently a dependency of WCT, and tested via it.

changelog

Changelog

2.1.0 - 2018-08-15

  • Updated browsers used when testing on Travis CI.

2.0.3 - 2018-06-28

  • Fix NPM audit warnings.

2.0.2 - 2018-06-19

  • Moved isTravisSauceConnectRunning function from lib/sauce.js to lib/travis.js.

2.0.1 - 2018-04-27

  • Update dependency on request to lastest version due to reported security vulnerability in earlier version.

2.0.0 - 2018-01-09

  • Remove hardcoded Sauce Connect version

2.0.0-pre.4 - 2018-01-09

  • Removed the Linux Chrome 'dev' version browser, which is not a thing that Sauce does.

2.0.0-pre.3 - 2017-11-27

  • Added Edge 15 to Travis browser list.
  • Added Safari 11 to default and Travis browser lists.

2.0.0-pre.2 - 2017-11-16

  • Update to cleankill@^2.0.0

2.0.0-pre.1

  • Updated default browsers list:

    • Added Edge 14 and Safari 10
    • Removed Safari 8, 9 and IE 10

    See default-sauce-browser.json for the current list.

  • Added SKIP_WCT_SAUCE_POSTINSTALL_DOWNLOAD environment variable to skip downloading the sauce connect binary at install time.