2017 © Pedro Peláez
 

library sauce

Scenario-oriented BDD framework for use with SauceLabs

image

behat/sauce

Scenario-oriented BDD framework for use with SauceLabs

  • Tuesday, May 14, 2013
  • by elblinkin
  • Repository
  • 2 Watchers
  • 14 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Behat-Sauce

Behat integrated with Sauce On-Demand, including Sauce Connect support., (*1)

Note on Patches/Pull Requests

  • Fork the project here, master for releases & hotfixes only).
  • Make your feature addition or bug fix.
  • Commit
  • Send me a pull request.

Installing Dependencies

wget -nc http://getcomposer.org/composer.phar
php composer.phar update

Create New Test Suite

bin/behat-sauce --init

Modify config/behat.yml to have the correct Sauce credentials (username and access_key) and site under test url (base_url)., (*2)

Create features, step definitions, as you would with plain-old behat., (*3)

Run Tests with Sauce On-Demand

Behat-Sauce lets you vary the Sauce On-Demand browser/os combination on the command line., (*4)

Usage:, (*5)

bin/behat-sauce [--browser="..."] [--browser-version="..."] [--os="..."] [features]

Arguments:, (*6)

 --browser              SauceLabs browser name.  Default is:  firefox
 --browser-version      SauceLabs browser version.  Default is:  7
 --os                   SauceLabs operating system.  Default is:  Windows 2003

Start Sauce Connect

If you need a SauceConnect tunnel to run your tests, you can reuse the credentials you already have in your config/behat.yml., (*7)

bin/behat-sauce --tunnel

Make sure you have satisfied all the requirements needed to run Sauce Connect before using., (*8)

Copyright (c) 2012 LB Denker., (*9)

Contributors

The Versions

14/05 2013

dev-master

9999999-dev http://github.com/elblinkin/Behat-Sauce

Scenario-oriented BDD framework for use with SauceLabs

  Sources   Download

MIT

The Requires

 

bdd behat saucelabs sauce