flaconi/behat-contexts

Provides reuseable contexts that helps testing your application (enqueue)

Installs: 7 770

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 21

Forks: 0

Open Issues: 0

Type:behat-extension

2.3.1 2020-01-07 10:22 UTC

This package is auto-updated.

Last update: 2024-04-16 19:34:54 UTC


README

Latest version Downloads Travis build status PHPStan

Behat extension with custom helper steps

Table of contents

  1. Installation
  2. Enable this extension and configure Behat to use it
  3. Contributing

Installation

The recommended way to install Flaconi Behat Contexts is through Composer.

{
	"require-dev": {
		"flaconi/behat-contexts": "^1.0"
	}
}

Enable this extension and configure Behat to use it

```yaml
# behat.yml
default:
    # ...
    extensions:
        Flaconi\Behat\Extension: ~
```

Contributing

To make this repository work on your machine, clone it and run these three commands in the root directory of the repository:

composer install
composer code-style
composer tests-ci

After writing some code and editing or adding feature tests, run these commands again to check that everything is OK:

composer code-style
composer tests-ci

We are always looking forward for your bugreports, feature requests and pull requests. Thank you.