I am using lettuce 0.1.35 with Python 2.6, and I noticed that when I define the script scheme, the code defined with the decorator @lettuce.before.each_scenariodoes not run before each instance of the script outline - when I repeat each script definition as a separate script, this code is run.
How to execute some code between each script defined by the same script?
Weier source
share