We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is there away to use async step definitions with pytest-bdd ?
For a step definition like:
@when('i send cucumbers ') async def i_send_cucumbers(loop): pass
I see the warning: pytest_bdd/scenario.py:137: RuntimeWarning: coroutine 'i_send_cucumbers' was never awaited
pytest_bdd/scenario.py:137: RuntimeWarning: coroutine 'i_send_cucumbers' was never awaited