pytest-dev / pytest-bdd

BDD library for the py.test runner
https://pytest-bdd.readthedocs.io/en/latest/
MIT License
1.3k stars 219 forks source link

--gherkin-terminal-reporter appears to do nothing #207

Closed dan-passaro closed 1 week ago

dan-passaro commented 7 years ago

I'm using pytest-bdd on a so far pretty small test suite. Passing --gherkin-terminal-reporter appears to do nothing.

$ pytest --gherkin-terminal-reporter
============================= test session starts ==============================
platform linux2 -- Python 2.7.12, pytest-3.0.3, py-1.4.31, pluggy-0.4.0
django settings: test_settings (from command line option)
rootdir: /home/dpassaro/Projects/gsb/tests, inifile: pytest.ini
plugins: splinter-1.8.1, django-2.9.1, bdd-2.18.1
collected 3 items 

test_coupon_book_properties.py ...

========================== 3 passed in 25.23 seconds ===========================
davidemoro commented 7 years ago

Hi @dan-passaro,

it won't work unless you provide the -v or -vv option.

dan-passaro commented 7 years ago

@davidemoro ah, thank you!

feuillemorte commented 6 years ago

I think it should be added to documentation, what do you think?