- behave
- selenium-actions
# create env
> python -m venv env
# activate env mac/linux
>. ./env/bin/activate
# activate env windows
> env/Scripts/activate
# install dependencies inside env
(env) > pip install -r requirements.txt
Run tests with tag @saskodzi
with HTML report in reports/behave-report.html
behave --tags=saskodzi -f html -o reports/behave-report.html -f pretty
Example configuration
You can set any desired configuration using CONFIG_FILE
env variable.
export CONFIG_FILE=config.yours.json
When CONFIG_FILE
is not set, environment.py is looking for config.local.json
file.