Skip to content

testingbot/Behat-Mink-TestingBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Behat-Mink-TestingBot

TestingBot provides an online grid of browsers and mobile devices to run Automated tests on via Selenium WebDriver. This example demonstrates how to use Behat with Mink to run tests across several browsers.

Setup

  1. Clone this repo:

git clone https://github.com/testingbot/behat-mink-testingbot.git

  1. Install composer:

curl http://getcomposer.org/installer | php

  1. Install Behat, Mink, MinkExtension and the required dependencies with composer:

php composer.phar install

Configuration

Add TestingBot Key and Secret to behat.yml You can find these in the TestingBot Dashboard.

Run Tests

Now to launch Behat, just run:

bin/behat

Further Reading