Lettuce

Logging

logger.debug(step.scenario.name)

Sample

  • See README.rst in sample/python/lettuce/.

Step

@step(u'bake (\d+) cakes')
def bake_x_cakes(step, cake_count):