2017 © Pedro Peláez
 

codeception-extension sauceextension

Codeception extension to support automated testing via sauce labs.

image

psychomieze/sauceextension

Codeception extension to support automated testing via sauce labs.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 1 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

Codeception Extension to support automated testing via sauce labs., (*1)

Adds test name, build and status information to saucelabs overview., (*2)

Installation

  • Add the psychomieze/sauceextension composer package to the project's composer.json.
  • Execute composer to update your environment.
  • Add the extension in the codeception.dist.yml as shown in the example.codeception.dist.yml
  • Add the SauceLabs username and access key as shown in the example.codeception.yml
  • Make sure to use SauceLabs as the selenium server in the acceptance.suite.yml
class_name: WebGuy
modules:
    enabled:
        - WebDriver
    config:
      WebDriver:
        url: 'http://www.example.com/'
        port: 80
        wait: 1
        browser: firefox
        restart: true
        capabilities:
          unexpectedAlertBehaviour: 'accept'
          platform: 'Windows 8.1'
          version: '25'

Note: A full working Codeception example is enabled in this package. Create and/or update the codeception.yml and acceptance.suite.yml within the tests/ directory with your SauceLabs username and accesskey., (*3)

Note: This package uses the dist feature of Codeception. Configuration information that is safe to distribute to other developers go in a file with dist in the name. Secret files are ignored by the repo and only available locally., (*4)

Secret Public
codeception.yml codeception.dist.yml

Refer to this documentation here for further explanation., (*5)

The Versions

17/05 2015

dev-master

9999999-dev

Codeception extension to support automated testing via sauce labs.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

selenium codeception saucelabs