Sha256: 3d3e13fcaf5da532cbd68e9024031e4f3f9caaf1732f5388d52ec8cb8d788c76

Contents?: true

Size: 1.24 KB

Versions: 14

Compression:

Stored size: 1.24 KB

Contents

== FEATURES/PROBLEMS:

* TODO: OK Refactor: Extract explicit node classes with RDoc (for better API doc)
* TODO: OK Get rid of the compile method. Compile the parser in Rake.
* TODO: OK Make grammar support \r\n, \r and \n (Add some fixture features for that) 
* TODO: OK Make grammar support indentation
* TODO: OK Make grammar be totally relaxed about narrative
* TODO: OK Add a yaml file for different languages
* TODO: OK Custom nodes for the syntax tree
* TODO: OK Actually execute the features
* TODO: Make rake run specs by default
* TODO: OK Make it work with pure ruby regexen
* TODO: OK Make it work with string steps
* TODO: bin/cucumber --require [dir|file|glob]* --language no --format [file]*
* TODO: OK Pending steps shold print a block of code that can be pasted into code
* TODO: cucumber --where "Some text from a step" that prints "__FILE__:__LINE__ (STEP PATTERN)" 
* TODO: Customisable trace output (like javascriptlint)
* TODO: Experiment: Make $variables become @variables
* TODO: OK GivenScenario
* TODO: OK PureRuby
  * Make two trees include accept mixin
* TODO: Call steps from steps
* TODO: i18n in ruby too
* TODO: Don't load any treetop files if no .feature files are found
* TODO: Summary prints execution time
* TODO: --nocolor option

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
aslakhellesoy-cucumber-0.1.10 TODO.txt
aslakhellesoy-cucumber-0.1.11 TODO.txt
aslakhellesoy-cucumber-0.1.12 TODO.txt
aslakhellesoy-cucumber-0.1.9 TODO.txt
elight-cucumber-0.1.9 TODO.txt
jeffrafter-cucumber-0.1.10 TODO.txt
jeffrafter-cucumber-0.1.12 TODO.txt
cucumber-0.1.11 TODO.txt
cucumber-0.1.12 TODO.txt
cucumber-0.1.10 TODO.txt
cucumber-0.1.7 TODO.txt
cucumber-0.1.6 TODO.txt
cucumber-0.1.8 TODO.txt
cucumber-0.1.9 TODO.txt