Skip to content

slavcodev/behat-demo

Repository files navigation

Behat demo

behat psalm php-cs-fixer Latest Version License License

Behat demo feature with context implementation.

Usage

You need to add this feature in the features paths and register the context.

The most simple way is to add a separate suite or profile:

# Demo profile useful to check behat works, run --profile=demo
demo:
    gherkin:
        # Override default tags if any.
        filters:
            tags: "@demo"
    suites:
        default:
            paths: [ "%paths.base%/vendor/slavcodev/behat-demo/features" ]
            contexts: [ Slavcodev\BehatDemo\DemoContext ]

Links

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published