2017 © Pedro PelĂĄez
 

library codeception-saucelabs-metadata

Codeception extension that provides metadata to Saucelabs when running tests

image

neam/codeception-saucelabs-metadata

Codeception extension that provides metadata to Saucelabs when running tests

  • Wednesday, October 21, 2015
  • by motin
  • Repository
  • 2 Watchers
  • 7 Stars
  • 1,665 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Notifier

This repository demonstrates the usage of Codeception Extension API. Check it's source code to write your own extensions., (*1)

Notification Extensions for Codeception

Extensions from this package that can be included in Codeception >= 1.6.4 to receive notification of test results. This notifications are limited to just a few basic examples. It is recommended to get it forked and patched for your actual needs., (*2)

Notifcation are made via notificatior library by NAMSHI., (*3)

Installation

  1. Install Codeception via Composer
  2. Add codeception/notifier: "*" to your composer.json
  3. Run composer install.
  4. Include extensions into codeception.yml configuration:

Sample:, (*4)

``` yaml paths: tests: tests log: tests/_log data: tests/_data helpers: tests/_helpers extensions: enabled: - Codeception\Extension\UbuntuNotifier # extension class name - Codeception\Extension\EmailNotifier config: Codeception\Extension\EmailNotifier: # per extension config email: tests@company.com, (*5)


## Ubuntu Notifications Class: **Codeception\Extension\UbuntuNotifier**. A basic `notify-send` wrapper of Notificator can be used to send notifications in Ubuntu. Done via notificator's NotifySend hendler. ## Email Notification Class: **Codeception\Extension\EmailNotifier** Unlike Ubuntu Notification this extension also takes extra parameter from config `codeception.yml`: ``` yaml extensions: - Codeception\Extension\EmailNotifier: address: tests@company.com

This email will be used to send notifications., (*6)


The Versions

21/10 2015

dev-develop

dev-develop https://github.com/neam/codeception-saucelabs-metadata

Codeception extension that provides metadata to Saucelabs when running tests

  Sources   Download

MIT

The Requires

 

The Development Requires

metadata codeception saucelabs

17/07 2013

dev-master

9999999-dev http://codeception.com/

Notification Extension for Codeception

  Sources   Download

MIT

The Requires

 

The Development Requires

tdd unit testing functional testing acceptance testing notification