PHPackages                             psychomieze/sauceextension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. psychomieze/sauceextension

AbandonedArchivedCodeception-extension[Testing &amp; Quality](/categories/testing)

psychomieze/sauceextension
==========================

Codeception extension to support automated testing via sauce labs.

832.4k7[1 issues](https://github.com/susannemoog/sauceExtension/issues)PHP

Since May 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/susannemoog/sauceExtension)[ Packagist](https://packagist.org/packages/psychomieze/sauceextension)[ RSS](/packages/psychomieze-sauceextension/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Codeception: sauceExtension
===========================

[](#codeception-sauceextension)

Codeception Extension to support automated testing via sauce labs.

Adds test name, build and status information to saucelabs overview.

Installation
------------

[](#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**.

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.

SecretPubliccodeception.ymlcodeception.dist.ymlRefer to this documentation [here](http://codeception.com/docs/02-GettingStarted#Configuration) for further explanation.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/004feeac533aca09131a92ab3111be5c85268da65d979c4dce131dcb72057bf2?d=identicon)[psychomieze](/maintainers/psychomieze)

---

Top Contributors

[![susannemoog](https://avatars.githubusercontent.com/u/321804?v=4)](https://github.com/susannemoog "susannemoog (6 commits)")[![mhightower](https://avatars.githubusercontent.com/u/1020840?v=4)](https://github.com/mhightower "mhightower (5 commits)")[![nsd0smoog](https://avatars.githubusercontent.com/u/259808881?v=4)](https://github.com/nsd0smoog "nsd0smoog (3 commits)")[![motin](https://avatars.githubusercontent.com/u/793037?v=4)](https://github.com/motin "motin (2 commits)")[![rtsio](https://avatars.githubusercontent.com/u/3372355?v=4)](https://github.com/rtsio "rtsio (1 commits)")

### Embed Badge

![Health badge](/badges/psychomieze-sauceextension/health.svg)

```
[![Health](https://phpackages.com/badges/psychomieze-sauceextension/health.svg)](https://phpackages.com/packages/psychomieze-sauceextension)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
