PHPackages                             behat/mink-zombie-driver - 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. behat/mink-zombie-driver

AbandonedArchivedMink-driver[Testing &amp; Quality](/categories/testing)

behat/mink-zombie-driver
========================

Zombie.js driver for Mink framework

v1.6.0(4y ago)412.3M—8.7%46[14 issues](https://github.com/minkphp/MinkZombieDriver/issues)16MITPHPPHP &gt;=7.2

Since Jun 18Pushed 1y ago8 watchersCompare

[ Source](https://github.com/minkphp/MinkZombieDriver)[ Packagist](https://packagist.org/packages/behat/mink-zombie-driver)[ Docs](https://mink.behat.org/)[ RSS](/packages/behat-mink-zombie-driver/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (12)Used By (16)

Mink Zombie.js Driver
=====================

[](#mink-zombiejs-driver)

[![Latest Stable Version](https://camo.githubusercontent.com/c91003e9b5898dff7dec47ed20c0301ab56c164c01ae3dca123d5516b76ad5ec/68747470733a2f2f706f7365722e707567782e6f72672f62656861742f6d696e6b2d7a6f6d6269652d6472697665722f762f737461626c652e737667)](https://packagist.org/packages/behat/mink-zombie-driver)[![Latest Unstable Version](https://camo.githubusercontent.com/e33259400367240674d443fb7b3e7ab7664f6019a3269bd6efeaea611997f660/68747470733a2f2f706f7365722e707567782e6f72672f62656861742f6d696e6b2d7a6f6d6269652d6472697665722f762f756e737461626c652e737667)](https://packagist.org/packages/behat/mink-zombie-driver)[![Total Downloads](https://camo.githubusercontent.com/637d8178f2bbe8e413d9d08c42cc4ef2bd7d937707bc9dadea07973d5fc9836d/68747470733a2f2f706f7365722e707567782e6f72672f62656861742f6d696e6b2d7a6f6d6269652d6472697665722f646f776e6c6f6164732e737667)](https://packagist.org/packages/behat/mink-zombie-driver)[![CI](https://github.com/minkphp/MinkZombieDriver/actions/workflows/tests.yml/badge.svg)](https://github.com/minkphp/MinkZombieDriver/actions/workflows/tests.yml)[![License](https://camo.githubusercontent.com/75bbd5600dc2a230dc35e46723ac769d01e37bc62148fbb546db577f635172af/68747470733a2f2f706f7365722e707567782e6f72672f62656861742f6d696e6b2d7a6f6d6269652d6472697665722f6c6963656e73652e737667)](https://packagist.org/packages/behat/mink-zombie-driver)[![codecov](https://camo.githubusercontent.com/c33c028f22a1bdf8f32741926f4db140c9ffca6da6ddeb7a8c7eea32fec1e9cd/68747470733a2f2f636f6465636f762e696f2f67682f6d696e6b7068702f4d696e6b5a6f6d6269654472697665722f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d71334b6a597365724250)](https://codecov.io/gh/minkphp/MinkZombieDriver)

Installation &amp; Compatibility
--------------------------------

[](#installation--compatibility)

You need a working installation of [NodeJS](https://nodejs.org/) and [npm](https://www.npmjs.com/). Install the [zombie.js](https://zombie.js.org/) library through npm:

```
$ npm install -g zombie
```

The driver requires zombie.js **version 2.0.0 or higher**.

Use [Composer](https://getcomposer.org/) to install all required PHP dependencies:

```
$ composer require --dev behat/mink behat/mink-zombie-driver
```

Usage Example
-------------

[](#usage-example)

```
