2017 © Pedro Peláez
 

library notifiers

Behatch notifiers

image

behatch/notifiers

Behatch notifiers

  • Wednesday, May 18, 2016
  • by sanpi
  • Repository
  • 3 Watchers
  • 4 Stars
  • 157 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 32 % Grown

The README.md

Behatch notifiers

Build Status Scrutinizer Code Quality SensioLabsInsight, (*1)

Behatch notifiers provide notifiers for behat., (*2)

Installation

$ composer require "behatch/notifiers"

For Slack notifier, additionally, (*3)

$ composer require "maknz/slack"

Usage

In behat.yml, enable desired notifier:, (*4)

yaml default: suites: default: contexts: - Behatch\Notifier\Desktop - Behatch\Notifier\Campfire url: https://sample.campfirenow.com token: 605b32dd room: 1 - Behatch\Notifier\Slack url: https://hooks.slack.com/services/some-long/hook-url/goes-here spamTimeout: '10' prefix: 'Message Prefix' settings: {username: BehatBot, channel: '#general'}, (*5)

Configuration

  • Desktop - notification through libnotify (notify-send command)
    • spamTimeout: default time between two notifications (60 secondes)
    • icons: array of icons (sad, smile and error)
  • Campfire - notification over campfire
    • url, token, room: campfire configuration
    • prefix: title prefix
    • spamTimeout: default time between two notifications (60 secondes)
    • icons: array of emoticons (sad, smile and error)
  • Slack - notification over slack
    • url: Slack webhook url
    • prefix: title prefix
    • spamTimeout: default time between two notifications (60 secondes)
    • settings: Slack message settings (array)
    • attachment: Slack message attachment settings (array)

The Versions

18/05 2016

dev-master

9999999-dev

Behatch notifiers

  Sources   Download

beerware

The Requires

 

The Development Requires

bdd symfony2 behat notifiers

17/04 2015

1.0.0

1.0.0.0

Behatch notifiers

  Sources   Download

beerware

The Requires

 

The Development Requires

bdd symfony2 behat notifiers