cbdq-io / testinfra-bdd

An interface between pytest-bdd and pytest-testinfra.
https://pypi.org/project/testinfra-bdd/
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

All tests failing when using pytest-bdd>=6.1.0 #60

Closed dallinb closed 2 years ago

dallinb commented 2 years ago

Commands are being parsed literally so is the equivalent of running "ls -l" instead of ls -l which results in error messages like "ls -l" not found.

dallinb commented 2 years ago

Seems to be related to a similar issue to here https://github.com/pytest-dev/pytest-bdd/issues/542