pytest-bdd
pytest-bdd copied to clipboard
BDD library for the py.test runner
Pyqt5's signal slot trigger left me wondering how to write BDD. ``` from PyQt5 import QtGui, QtWidgets, QtCore from PyQt5.QtCore import * from PyQt5.QtGui import * from PyQt5.QtWidgets import *...
Hi, Been trying to figure out how to have the output of reporter-expanded show when generating a html report. I can't find any documentation regarding this. Any Ideas? Thanks
Hi, I would like to write description for a scenario in the feature file. However when I generate a cucumber json report(with --cucumber-json option)with description added to the scenario, the...
Hi, I'm trying to use pytest-bdd with unittest.mock - to be more precise - I have to patch a class (let's say 'MyClass') from a module_XXX in one of the...
First things first, thanks to everybody involved for creating such a useful module, I'm loving it. It took some time getting used to but now I feel like I'm flying....
# Scenario outlines ...described in [t]be behave docs.
### Description: * Fix https://github.com/pytest-dev/pytest-bdd/issues/234, add scenario.attach method * Added scenario.attach method, so that you can add comments and/or screenshots to the cucumber-report.json file, and then you can convert the...
**Followup for https://github.com/pytest-dev/pytest-bdd/pull/349. This PR contains majority of code from mentioned PR so please review it after previous one is merged.** I divided these 2 pull requests to decrease overhead...
I found the docs helpful for describing the different components within the framework - like feature files, step definitions, scenario decorators, etc. - but not for explaining how they work...
Minor change to prevent raising an error when attempting to create a cucumber json in a directory that has not been created yet. This breaks form with the standard pytest...