josh-hornby / sauce
Codeception extension to support automated testing via sauce labs with meta data
Package info
github.com/joshhornby/codeception-saucelabs
Type:codeception-extension
pkg:composer/josh-hornby/sauce
1.0.0
2014-10-23 14:52 UTC
Requires
- php: >=5.3.3
- sauce/sausage: ~0.11
Requires (Dev)
- codeception/codeception: 2.0.*
This package is not auto-updated.
Last update: 2026-02-24 10:56:40 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.