Closed sunbiz closed 4 years ago
Thanks for the report. Since I am not familiar with pytest-bdd it's hard for me to follow up.
Your example involves multiple dependencies, including selenium, and various test-cases. Would it be possible to post a minmal example with as little code as possible and only involvling pytest, pytest-bdd and ipytest?
Closing for now. Please feel free to re-open the issue with a minimal example.
When executing pytest_bdd tests, the definitions are not found. I have tried both the
ipytest.run()
as well as%%run_pytest[clean]
but the step definitions are not identified in the file.The following is a straightforward Gherkin feature file:
and the steps code:
On the other hand, running these from the command-line using pytest works perfectly fine. Has anyone experienced this before?