Skip to content

Cucumber 1.0.0

Compare
Choose a tag to compare
@cyocum cyocum released this 17 Jul 12:08

This marks the first release of Cucumber.ml. This requires the use of gherkin-c as a shared object in your OS. You will need to follow your OS's instructions for that.

Features include:

  • Matching stepdefs to steps in a feature file
  • Tags are supported except the comma as 'or'
  • Multiple feature files can be run from the command line
  • State passing between step definitions are handled by the runtime system rather than the user managing it
  • The world type is polymorphic
  • Before/After steps are supported