rezzza/moco-behat-extension

This package is abandoned and no longer maintained. The author suggests using the https://github.com/ubirak/moco-behat-extension package instead.

Helper to use moco with behat

Installs: 21 729

Dependents: 2

Suggesters: 0

Security: 0

Stars: 5

Watchers: 7

Forks: 1

Type:behat-extension

v2.0 2017-12-08 09:51 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:56:48 UTC


README

Build Status

Moco is a stub server we used to use in test env.

Here is a small extension to make its usage more friendly.

Warning

Vendor namespace changed from Rezzza to Ubirak in 2.0

Usage

default:
    extensions:
        Ubirak\MocoBehatExtension\MocoExtension:
            json_file: features/fixtures.json
            hostname: 127.0.0.1
            port: 9997
    suites:
        default:
            contexts:
                - Ubirak\MocoBehatExtension\MocoContext

Then you just need to add MocoWriter as an argument of your context and tag your scenario with @moco

See tests for more details