Skip to content

Dalamar/CodeceptionDesktopNotifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notifier

This repository demonstrates the usage of Desktop Codeception Extension API. Check it's source code to write your own extensions.

Desktop Notification Extensions for Codeception

Extensions from this package that can be included in Codeception 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.

Notifcation are made via jolinotif library by JoliCode .

Installation

Install this package

composer require dalamar/codeception-desktop-notifier --dev

Enable extensions in codeception.yml configuration:

Sample:

paths:
    tests: tests
    log: tests/_log
    data: tests/_data
    helpers: tests/_helpers
extensions:
    enabled:
      # enable desktop notifications
      - Dalamar\Codeception\Extension\DesktopNotifier # extension class name

If you are anything like me and executing tests from within vagrant VM, then you may want to proxy notifications from virtual to host machine.

To do that you need to install vagrant plugin vagrant-notify and follow the instructions.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages