Skip to content

hotforfeature/wct-browserstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

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: {
      browsers: [{
        username: 'myusername',
        accessKey: 'myaccesskey',
        browsers: [{
          browser: 'chrome',
          browser_version: 'latest',
          os: 'windows',
          os_version: '10'
        }],
        defaults: {
          project: 'my-project',
          video: false
        }
      }]
    }
  }
};

About

WCT plugin that enables support for testing via Browserstack

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors