PHPackages                             neam/codeception-saucelabs-metadata - 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. neam/codeception-saucelabs-metadata

ActiveLibrary[Testing &amp; Quality](/categories/testing)

neam/codeception-saucelabs-metadata
===================================

Codeception extension that provides metadata to Saucelabs when running tests

71.7k4[2 issues](https://github.com/neam/codeception-saucelabs-metadata/issues)2PHP

Since Jul 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/neam/codeception-saucelabs-metadata)[ Packagist](https://packagist.org/packages/neam/codeception-saucelabs-metadata)[ RSS](/packages/neam-codeception-saucelabs-metadata/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (2)

Codeception Extension: Saucelabs Metadata
=========================================

[](#codeception-extension-saucelabs-metadata)

Codeception extension that provides metadata to Saucelabs when running tests.

Requirements
------------

[](#requirements)

- A Saucelabs account
- A Codeception acceptance testing suite that is configured to run tests against Saucelabs
- Codeception &gt;= 2.0.2

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

[](#installation)

1. Install [Codeception](http://codeception.com) via Composer
2. Run `composer require neam/codeception-saucelabs-metadata dev-develop`
3. Include the extension into `codeception.yml` configuration:

Sample configuration:

```
paths:
    tests: tests
    log: tests/_log
    data: tests/_data
    helpers: tests/_helpers
extensions:
    enabled:
      - Codeception\Extension\SaucelabsMetadata
    config:
      Codeception\Extension\SaucelabsMetadata:
          username: "foouser"
          accesskey: "secretavbcde1234"
          build: "Shows up in the Build column in the Saucelabs dashboard"
          tags: "shows up,in the tags column,in the saucelabs dashboard"

```

Testing this extension
----------------------

[](#testing-this-extension)

Run the following from the same directory as this README (change the access details accordingly):

```
composer install
vendor/bin/codecept bootstrap
vendor/bin/codecept generate:cept acceptance ExampleTest

export SAUCE_USERNAME="changeme"
export SAUCE_ACCESS_KEY="changeme"
export SAUCE_METADATA_BUILD="foo"
export SAUCE_METADATA_TAGS="foo,bar,zoo"
export SELENIUM_HOST=$SAUCE_USERNAME:$SAUCE_ACCESS_KEY@ondemand.saucelabs.com
export SELENIUM_PORT=80

erb extension-testing/codeception.yml.erb > codeception.yml
erb extension-testing/acceptance.suite.yml.erb > tests/acceptance.suite.yml
cp extension-testing/*Cept.php tests/acceptance/

vendor/bin/codecept run acceptance

```

Verify in your Saucelabs dashboard that the tests show up properly.

---

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% of commits — single point of failure

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/d71e1dd8ef0c10991227f77fbc40e68504121455a0ec42e3ae7d05630f47605c?d=identicon)[motin](/maintainers/motin)

---

Top Contributors

[![motin](https://avatars.githubusercontent.com/u/793037?v=4)](https://github.com/motin "motin (9 commits)")[![DavertMik](https://avatars.githubusercontent.com/u/220264?v=4)](https://github.com/DavertMik "DavertMik (1 commits)")[![troyharvey](https://avatars.githubusercontent.com/u/530530?v=4)](https://github.com/troyharvey "troyharvey (1 commits)")

### Embed Badge

![Health badge](/badges/neam-codeception-saucelabs-metadata/health.svg)

```
[![Health](https://phpackages.com/badges/neam-codeception-saucelabs-metadata/health.svg)](https://phpackages.com/packages/neam-codeception-saucelabs-metadata)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[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)[phpspec/phpspec

Specification-oriented BDD framework for PHP 7.1+

1.9k36.7M3.1k](/packages/phpspec-phpspec)

PHPackages © 2026

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