python3 -m venv .venv source .venv/bin/activate pipenv install behave pipenv install selenium pipenv install nose pipenv install behave2cucumber
behave --tags=login,someOtherTag
behave features/featureFile.feature
npm i multiple-cucumber-html-reporter behave -f json -o report.json
python3 -m behave2cucumber -i report.json -o reports/cucumber_report.json
node generate