ubirak/moco-behat-extension

Helper to use moco with behat

Installs: 19 907

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 6

Forks: 1

Open Issues: 1

Type:behat-extension

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

This package is not auto-updated.

Last update: 2024-03-28 14:49:32 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