PHPackages                             lmszor/gherkinator - 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. lmszor/gherkinator

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

lmszor/gherkinator
==================

Selenium IDE / Gherkin converter | Forked, and changed, from https://github.com/salmabenhadjali/gherkinator

01PHP

Since Nov 14Pushed 6y agoCompare

[ Source](https://github.com/LMSzor/gherkinator)[ Packagist](https://packagist.org/packages/lmszor/gherkinator)[ RSS](/packages/lmszor-gherkinator/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Gherkinator Selenium IDE parser is a simple parser which allows you to convert Selenium IDE tests and try your scenarios under a behat gherkin environment.

This package can be found on packagist and is best loaded using composer

======= Install
===============

[](#install)

```
1- In the "composer.json" add :
    "behat/behat" : "3.1.x-dev",
    "behat/mink" : "1.6.*",
    "behat/mink-extension" : "*",
    "behat/mink-goutte-driver" : "*",
    "behat/mink-selenium2-driver" : "*",
    "monolog/monolog": "*",
    "paquettg/php-html-parser" : "*",
    "gherkinator/selenium-ide-parser" : "dev-master"

2- Update the composer
    sudo composer update

3- In the "AppKernel.php" add :
    new Open\GherkinatorBundle\GherkinatorBundle(),

4- In the "app/config/config.yml" add :
    imports:
    - { resource: @GherkinatorBundle/Resources/config/parameters.yml }

5- Then Init behat :
    sudo bin/behat --init
    sudo chmod -R 777 features
6- Then you should copy from "vendor/gherkinator/selenium-ide-parser" :
    "behat.yml" in the project root
    "WebContext.php" under "features/bootstrap"

```

Usage
=====

[](#usage)

```
php app/console gherkinator:feature:generate

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/8245203?v=4)[Łukasz Szor](/maintainers/LMSzor)[@LMSzor](https://github.com/LMSzor)

---

Top Contributors

[![LMSzor](https://avatars.githubusercontent.com/u/8245203?v=4)](https://github.com/LMSzor "LMSzor (2 commits)")

### Embed Badge

![Health badge](/badges/lmszor-gherkinator/health.svg)

```
[![Health](https://phpackages.com/badges/lmszor-gherkinator/health.svg)](https://phpackages.com/packages/lmszor-gherkinator)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14429.2M361](/packages/dms-phpunit-arraysubset-asserts)[gong023/assert_chain

enable you to use phpunit assert with method chain

1478.9k3](/packages/gong023-assert-chain)

PHPackages © 2026

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