Skip to content

1.0.0

Compare
Choose a tag to compare
@bjuric bjuric released this 19 Jan 13:01
· 994 commits to master since this release

Introduced the Gwen interpreter including:

  • Gherkin parser
  • Abstract evaluation engine
  • REPL console
  • Batch execution
  • Evaluation reports (Rich HTML and JUnit-XML)
  • Slideshows in reports
  • Data scopes (global, local, and user defined scopes)
  • Meta features
  • Composable step definitions (@StepDef) with parameters
  • Serial and parallel execution
  • Feature and scenario level tags (annotations)
  • Static validation (--dry-run)
  • Data driven execution (csv data feeds)
  • System process calls
  • Fail fast options
  • Hybrid engine support
  • String interpolation
  • User level properties and meta overrides
  • @ignore tag
  • Base64 encoding and decoding
  • XML matching using XPath expressions
  • Configuration settings
  • See also: change log