Codeception extension to support automated testing via sauce labs with meta data

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:codeception-extension

1.0.0 2014-10-23 14:52 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:50:45 UTC


README

Based on https://github.com/psychomieze/sauceExtension and https://github.com/neam/codeception-saucelabs-metadata, this pulls both the functionality into one.

extensions:
  enabled:
    - Codeception\Extension\SauceExtension
  config:
    Codeception\Extension\SauceExtension:
      username: '<username>'
      accesskey: '<accessKey>'
#     tags: ''
      build: 'AProject'

Updating README soon.