pytest-dev / pytest-dev/pytest-bdd
How to view the summary of test feature report for pytest-bdd?.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 251
- Avg merge
- 43m
- Merged PRs (30d)
- 2
Description
Can you please help/guide me to know how will the pytest-bdd report produce an output in summary(similar to or like in cucumber). The main info I am looking for is to show the scenarios, and count for passed/failed etc as highlighted in green in the below.

However, this is what I see when I run the command "pytest "
3 passed, 18 deselected, 5 warnings in 4.41s
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with the pytest invocation shown in the issue and inspect pytest-bdd's reporting and documentation entry points. Reproduce the reported 3 passed, 18 deselected, and 5 warnings output, then document how to obtain a scenario summary with passed and failed counts like the referenced Cucumber output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, testing-qa
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100