PHPackages                             exu/event-monitor-behat-extension - 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. exu/event-monitor-behat-extension

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

exu/event-monitor-behat-extension
=================================

Monitors different javascript events in Mink Selenium based session

169PHP

Since Jun 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/exu/event-monitor-behat-extension)[ Packagist](https://packagist.org/packages/exu/event-monitor-behat-extension)[ RSS](/packages/exu-event-monitor-behat-extension/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Event Monitor Behat Extension Experiment
========================================

[](#event-monitor-behat-extension-experiment)

The Event monitor Behat extension collects javascript events Its not done yet. It is try to tame javasctipts into Behat-Mink-Selenium technology.

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

[](#installation)

This extension requires:

- Behat 2.4+
- Mink 1.4+ with Selenium Driver
- Selenium server (grid)

### Through Composer

[](#through-composer)

1. Set dependencies in your **composer.json**:

```
{
    "require": {
        ...
        "exu/event-monitor-behat-extension": "*"
    }
}

```

2. Install/update your vendors:

```
$ curl http://getcomposer.org/installer | php
$ php composer.phar install

```

Configuration
-------------

[](#configuration)

```
# behat.yml
default:
  # ...
  extensions:
    EDP\EventMonitorExtension\Extension: ~

```

Configuration
-------------

[](#configuration-1)

Debug level: enable console

```
  extensions:
    EDP\EventMonitorExtension\Extension:
      debug: true

```

Debug level: enable shell result feedback

```
  extensions:
    EDP\EventMonitorExtension\Extension:
      debug: 2

```

Source
------

[](#source)

[Github](https://github.com/exu/event-monitor-behat-extension)

Bonus
-----

[](#bonus)

If you enable debug mode your behat will whrow some informations about his workflow. Set `debug` to `true` you will enable web console (set to `"2"` to enable shell debug output)

[![Super console outpu with debug mode enabled](https://camo.githubusercontent.com/e96acbc8d9394392cadd84b21217f44900001db30baa0431cc7bd01ce619cc8d/687474703a2f2f69322e6d696e75732e636f6d2f6965546e7a64465a7a666841412e706e67)](https://camo.githubusercontent.com/e96acbc8d9394392cadd84b21217f44900001db30baa0431cc7bd01ce619cc8d/687474703a2f2f69322e6d696e75732e636f6d2f6965546e7a64465a7a666841412e706e67)

Copyright
---------

[](#copyright)

Copyright (c) 2012 dacsoftware.pl. See **LICENSE** for details.

Contributors
------------

[](#contributors)

- Jacek Wysocki [(exu)](http://github.com/exu)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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/a6e109fc501c806431a5427758cc1694c3b53250bc3bce14096e8419ba4e39e9?d=identicon)[exu](/maintainers/exu)

---

Top Contributors

[![exu](https://avatars.githubusercontent.com/u/30776?v=4)](https://github.com/exu "exu (44 commits)")

### Embed Badge

![Health badge](/badges/exu-event-monitor-behat-extension/health.svg)

```
[![Health](https://phpackages.com/badges/exu-event-monitor-behat-extension/health.svg)](https://phpackages.com/packages/exu-event-monitor-behat-extension)
```

###  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)
