Sha256: 20152aec7f12947b5b04d6c2e8f4f1f0225cf2628c15acd622371789ab9954f7

Contents?: true

Size: 1.75 KB

Versions: 2

Compression:

Stored size: 1.75 KB

Contents

  - better error messages
  - don't launch server if it's already up
  - give detailed instructions if the port is unavailable 
MMF 
  - deal with Scenario Examples
MMF 
  - show incomplete wrap-up for steps/scenarios
MMF 
  - open/close steps
MMF 1.0.0
  - nice graphics
  - self-updating Steps
  - self-updating Scenarios
  - self-updating suite
  - self-updating scenario wrap-up
  - self-updating step wrap-up
  - self-updating running time

Then...

- show tags

- filter by tag

- show original Cucumber command line

- don't get confused in case of multiple --format arguments

- 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.

- show status for each table row (table rows have an
  associated status in Cucumber formatters, and the
  HTML formatter seems to take advantage of this. Why?
  And what consequences does this have on the way
  Scenario status is calculated in Cuukie?)
  
- find better way to manage Scenario/Step status (Cuukie
  calculates the status of Scenarios with a few ugly
  ifs and other dirty tricks. Maybe that information
  is already known to the formatter, and it's
  just a matter of using the right formatter events?)
  
- check rbx bug (interestingly, Rubynius has a different
  idea of where a "step" is. it seems to return different
  lines for steps than other rubies. I removed the line
  numbers from tests b/c of this, and b/c they made the
  tests fragile. Try to put back the line numbers,
  and test under rbx)

- windows compatibility
  
- test against rbx

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cuukie-0.3.1 doc/backlog.txt
cuukie-0.3.0 doc/backlog.txt