Warning
Lettuce has a bug which
doesn't allow you to use it with cli-bdd yet. When the bug is fixed we will
turn on functional test in tests/functional/lettuce/tests.py.
cli-bdd could be used with lettuce (not yet).
Steps
In your lettuce steps module import all the steps from cli-bdd:
from cli_bdd.lettuce.steps import *
That's it. Now you can use all the steps in your scenarios.