How to programming call a Pytest BDD file
Hello I was looking into how i would call this Pytest BDD file from another python file and record the results of its completion ? At present its is called by CMD py -m pytest -vvv -q steps.py -o log_cli=true –log-cli-level=DEBUG –capture=tee-sys –feature=Test –alluredir allure-results. (Sorry would post more code but stack overflow is not letting me)
python bdd parsing string values from example data
Hello daft question but i am running on the latest Version of python bdd. When trying to parse example values from feature to python it seems to only pickup the text in the feature “” and not the example data.
python code
Pytest – BDD Given not parsing example parameters
BDD and when trying the following the parameters in the feature file are not getting picked up. Am I missing a setting python side or a formatting issue with the feature file.
Python Pytest-BDD not parsing when statement
Hello New to python pytest-BDD I have a feature file that where everything after part of the when statement is to be parsed as a variable python side. But when doing so i get the following error
‘Step definition is not found: When “SQL to execute:”‘.Is there a setting for parsing text after a point for a when statement or should I change the feature file ?