wct-browserstack

0.3.0 • Public • Published

Browserstack support for web-component-tester.

This plugin is intended to be used with web-component-tester-custom-runner until support for custom runners is added to WCT. It is experimental and a proof of concept, use at your own risk!

Installation

npm install -g web-component-tester-custom-runner
npm install -g wct-browserstack

Usage

Create a wct.conf.js file like the sample below. Then just run wct

Authentication

Browserstack username and access key may be set in config or via environment variables BROWSER_STACK_USERNAME and BROWSER_STACK_ACCESS_KEY.

Sample wct.conf.js

module.exports = {
  plugins: {
    sauce: { disabled: true },
    browserstack: {
      username: 'myusername',
      accessKey: 'myaccesskey',
      browsers: [{
        browser: 'chrome',
        browser_version: 'latest',
        os: 'windows',
        os_version: '10'
      }],
      defaults: {
        project: 'my-project',
        video: false
      }
    }
  }
};

Package Sidebar

Install

npm i wct-browserstack

Weekly Downloads

0

Version

0.3.0

License

MIT

Unpacked Size

11 kB

Total Files

3

Last publish

Collaborators

  • hotforfeature