Skip to content

Running multiple *.feature files #834

@eugene-dounar

Description

@eugene-dounar

Currently there is no way to run behat with multiple *.feature files in one execution.
Use case is running suite in parallel. I want to run half my features on one server and another half on the other.

For example

bin/behat $(find ./features -name "*.feature"  | sed -n '0~2p'  | tr '\n' ' ')

but currently it throws RuntimeException "Too many arguments."

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions