项目作者: colmarius

项目描述 :
Example of using webdriver.io and browserstack
高级语言: JavaScript
项目地址: git://github.com/colmarius/webdriverio-browserstack.git
创建时间: 2017-03-03T21:32:57Z
项目社区:https://github.com/colmarius/webdriverio-browserstack

开源协议:

下载


Webdriver.io + BrowserStack example

Example running integration tests on Github.com
with webdriver.io on BrowserStack Automate.

Setup

First, we install dependencies

  1. yarn install

Then we need to edit current .envrc file

  1. direnv edit .

where we export the following variables:

  1. export BS_USER=your-browserstack-username
  2. export BS_KEY=your-browserstack-apikey

Run Tests

  1. npm run local # test local app on Browserstack
  2. npm run remote # tests production app on Browserstack