doc/backlog.txt in cuukie-0.1.4 vs doc/backlog.txt in cuukie-0.2.0
- old
+ new
@@ -1,14 +1,14 @@
-MMF 0.1.5
- - show incomplete suite
- - show undefined Scenarios/suite
- - show undefined Steps
- - show incomplete wrap-up for steps/scenarios
- - show incomplete running time
-MMF 0.1.6
+MMF 0.2.1
+ - better error messages
+ - work on any cucumber project out of the box (no need to add require())
+MMF 0.2.2
- deal with Scenario Examples
+MMF 0.2.3
- open/close steps
+MMF 0.2.4
+ - show incomplete wrap-up for steps/scenarios
MMF 1.0.0
- nice graphics
- self-updating Steps
- self-updating Scenarios
- self-updating suite
@@ -20,9 +20,12 @@
- show tags
- filter by tag
+- default policy for open/close elements (like: close
+ successfull scenarios/steps, open unsuccessful ones)
+
- instead of showing scenarios that appear one by one,
show the entire suite ASAP, and then proceed to make
each scenario red or green (or whatever). this
gives an immediate feeling of where you are in the
suite.