PHPackages                             setono/sylius-behat-pack - 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. setono/sylius-behat-pack

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

setono/sylius-behat-pack
========================

A pack that installs everything you need to run behat tests on Sylius plugin or app

v0.2.2(4y ago)248.0k↓86.6%1[2 PRs](https://github.com/Setono/sylius-behat-pack/pulls)14MIT

Since Aug 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Setono/sylius-behat-pack)[ Packagist](https://packagist.org/packages/setono/sylius-behat-pack)[ RSS](/packages/setono-sylius-behat-pack/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (14)Versions (7)Used By (14)

Sylius Behat Pack
=================

[](#sylius-behat-pack)

A collection of libraries you need to run behat tests on Sylius plugin or app

```
$ composer require --dev setono/sylius-behat-pack
```

Preparing environment for testing with JS enabled
-------------------------------------------------

[](#preparing-environment-for-testing-with-js-enabled)

- Chromedriver

    - Install:

        ```
        # platform options: linux32, linux64, mac64, win32
        PLATFORM=mac64
        VERSION=$(curl http://chromedriver.storage.googleapis.com/LATEST_RELEASE)
        cd /tmp
        curl http://chromedriver.storage.googleapis.com/$VERSION/chromedriver_$PLATFORM.zip > chromedriver.zip
        unzip -o chromedriver.zip
        chmod +x chromedriver
        mv chromedriver /usr/local/bin/chromedriver
        rm chromedriver.zip
        chromedriver -v
        ```
    - Run:

        ```
        chromedriver > /dev/null 2>&1 &
        ```
- Selenium

    - Install:

        ```
        curl http://selenium-release.storage.googleapis.com/3.4/selenium-server-standalone-3.4.0.jar > /usr/local/bin/selenium.jar
        ```
    - Run:

        ```
        java -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -jar /usr/local/bin/selenium.jar > /dev/null 2>&1 &
        ```
- Webserver

    - Install `symfony` cli:

        ```
        curl -sS https://get.symfony.com/cli/installer | bash
        mv ~/.symfony/bin/symfony /usr/local/bin/symfony
        symfony -v
        ```
    - Run webserver with test environment:

        ```
        # App
        APP_ENV=test symfony server:start --port=8080 --daemon

        # Plugin
        (cd tests/Application && APP_ENV=test symfony server:start --port=8080 --daemon)
        ```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.3% 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 ~163 days

Total

4

Last Release

1661d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2412177?v=4)[Joachim Løvgaard](/maintainers/loevgaard)[@loevgaard](https://github.com/loevgaard)

---

Top Contributors

[![loevgaard](https://avatars.githubusercontent.com/u/2412177?v=4)](https://github.com/loevgaard "loevgaard (9 commits)")[![igormukhingmailcom](https://avatars.githubusercontent.com/u/6544038?v=4)](https://github.com/igormukhingmailcom "igormukhingmailcom (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

behatphpsylius

### Embed Badge

![Health badge](/badges/setono-sylius-behat-pack/health.svg)

```
[![Health](https://phpackages.com/badges/setono-sylius-behat-pack/health.svg)](https://phpackages.com/packages/setono-sylius-behat-pack)
```

###  Alternatives

[drupal/drupal-extension

Drupal extension for Behat

22215.7M173](/packages/drupal-drupal-extension)[ezsystems/behatbundle

Behat bundle for help testing eZ Bundles and projects

45867.3k17](/packages/ezsystems-behatbundle)[drevops/behat-steps

Collection of steps for Behat

27431.3k4](/packages/drevops-behat-steps)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M343](/packages/drupal-core-dev)[drevops/behat-screenshot

Behat extension and step definitions to create HTML and image screenshots on demand or when tests fail

231.7M30](/packages/drevops-behat-screenshot)[wp-cli/wp-cli-tests

WP-CLI testing framework

423.1M142](/packages/wp-cli-wp-cli-tests)

PHPackages © 2026

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