pytest-dev / pytest-bdd

BDD library for the pytest runner
https://pytest-bdd.readthedocs.io/en/latest/
MIT License
1.31k stars 220 forks source link

pytest-bdd reporting #314

Open humming-bird-21 opened 5 years ago

humming-bird-21 commented 5 years ago

I am using pytest-bdd for running the bdd tests. I am trying to get the results following the run using the flag --gherkin-terminal-reporter, however not able to get any results displated on terminal. --cucumberjson works and creates the json file though.

Plus is there any html report for pytest-bdd ?

lutostag commented 5 years ago

Just dropping the knowledge I have for the first part: seems like with --gherkin-terminal-reporter I have add -v or -vv as further options. Not sure if that is as intended.

ricwal-richa commented 4 years ago

There are two html reporters for pytest-bdd.