Open Starkmann opened 3 months ago
What you have in your argument "$@" ?
This is the problem:
paths: [features/Motion]
with
paths:
features: '%paths.base%/features/Motion'
it works
What you have in your argument "$@" ?
Good catch but it was empty
Btw. thanks for you work! Tests went down from 20min to 8min.
When i run
vendor/bin/behat -c tests/behavior/behat.yml "$@"
everything works fine.But when i run
vendor/bin/behat --parallel-feature -c tests/behavior/behat.yml "$@"
i get the following error:
No specifications found at path(s). ... This might be because of incorrect paths configuration in your suites.
My behat.yml: