Do With Interpreter : New keyword "Display"
This keyword show the value of the action in a new cell at the end of the row
New setup interpreter Do Setup
This interpreter will skip remaining rows when an exception is detected : useful when setup data is static (assuming the data is ok when an exception is throwned)
In this example, the data from the first table is already present in the system. On the next table, the last 2 lines are only duplicated line of line 4 and 5 (they are skipped).
New command line parameter "--stop"
This new parameter allow to stop the execution of the specification when an exception is detected (also available from the GreenPepper Maven Plugin, GreenPepper NAnt Task, GreenPepper ANT Task, etc). The row causing the exception will be tagged as "Stopped".
GreenHopper Plugin
Allow the execution of a requirement using the card action.
And Much More
New annotation "@EnterRow" (Java) or "[EnterRow]" (.Net) to allow specifying the setup method (instead of the fixed name "enterRow()")
Visual Studio Plugin fixture generation : ask to overwrite an existing fixture class
Many fixes on the Visual Studio Plugin (see Fixed Issues below)