Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.1 KB

WebdriverIO Demonstration Scripts

This repository contains various examples showing how to run WebdriverIO tests on the TestingBot browser grid.

Framework examples

Prerequisites

In order to run these scripts you must complete the following prerequisite steps:

Run A Sample Test

  1. Clone this Repository and set your TestingBot key and secret:

    git clone https://github.com/testingbot/webdriverio-examples.git
    export TB_KEY=********
    export TB_SECRET=*******
    
  2. Please check all README.md files in each example directory to see how to get the test running.