PHPackages                             fonsecas72/behat-giffy-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. fonsecas72/behat-giffy-extension

ActiveBehat-extension[Debugging &amp; Profiling](/categories/debugging)

fonsecas72/behat-giffy-extension
================================

Takes screenshots for every browser interaction made

1.0.4(9y ago)1142.6k1MITPHP

Since Jul 28Pushed 9y ago2 watchersCompare

[ Source](https://github.com/fonsecas72/behat-giffy-extension)[ Packagist](https://packagist.org/packages/fonsecas72/behat-giffy-extension)[ RSS](/packages/fonsecas72-behat-giffy-extension/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Giffy - behat-giffy-extension
=============================

[](#giffy---behat-giffy-extension)

Behat extension that generates an animated gif with the complete interaction of tagged scenarios

This extension adds a driver that will allow you to create a animated GIF based on saved screenshots for each interaction with the browser.

Enable it by adding it to your session group and by adding a `@giffy` tag to your feature/scenario.

You can also use as your default session (javascript maybe) but be aware that it will slow down your tests.

**It works on top of selenium2**

\##How to use

Add it as composer dependency

`composer require fonsecas72/behat-giffy-extension`

Update you behat.yml

```
default:
    extensions:
        Fonsecas72\GiffyExtension:
            screenshot_path: build/gifs
            use_scenario_folder: true
        Behat\MinkExtension:
            base_url:             http://link.php
            files_path:           'features'
            browser_name:         firefox
            default_session:      selenium2
            javascript_session:   selenium2
            sessions:
                selenium2:
                    selenium2: ~
                giffy:
                    giffy: ~
giffy:
    extensions:
            Behat\MinkExtension:
                default_session:      giffy
                javascript_session:   giffy

```

Then you could do:

`behat -p giffy`

Or you can append the `@giffy` tag to your feature/scenario.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~1 days

Total

5

Last Release

3620d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08332523acffe7f60deea89f54df3897d473de43116d7a110b74d0c0acf663be?d=identicon)[fonsecas72](/maintainers/fonsecas72)

---

Top Contributors

[![fonsecas72](https://avatars.githubusercontent.com/u/1098293?v=4)](https://github.com/fonsecas72 "fonsecas72 (6 commits)")

---

Tags

debugscreenshot

### Embed Badge

![Health badge](/badges/fonsecas72-behat-giffy-extension/health.svg)

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

###  Alternatives

[symfony/var-dumper

Provides mechanisms for walking through any arbitrary PHP variable

7.4k904.9M9.3k](/packages/symfony-var-dumper)[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k133.0M724](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k2.3M57](/packages/fruitcake-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k29.8M64](/packages/php-debugbar-php-debugbar)[kint-php/kint

Kint - Advanced PHP dumper

2.8k20.2M301](/packages/kint-php-kint)[tracy/tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.

1.8k25.1M1.4k](/packages/tracy-tracy)

PHPackages © 2026

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