You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a freashly cookie-cuttered project, I ran make bdd target, but it failed.
$make bdd
poetry run behave features --format=behave_ext.cucumber_json:PrettyCucumberJSONFormatter -o cucumber-report.json --format=pretty
usage: behave [options] [ [DIR|FILE|FILE:LINE] ]+
behave: error: format=behave_ext.cucumber_json:PrettyCucumberJSONFormatter is unknown
make: *** [bdd] Error 2
`
``
In my environment, I already ran `make setup-dev-host` and `make setup-dev-env-full` to gat all dependencies.
The text was updated successfully, but these errors were encountered:
On a freashly cookie-cuttered project, I ran
make bdd
target, but it failed.The text was updated successfully, but these errors were encountered: