Skip to content

Releases: gwen-interpreter/gwen

1.0.2

03 Feb 15:14
Compare
Choose a tag to compare
  • Fixed #17 - Map null values in scoped attributes to None in getOpt calls
  • See also: change log

1.0.1

26 Jan 12:09
Compare
Choose a tag to compare
  • Resolved #15 - Use compact report attachment names
  • See also: change log

1.0.0

19 Jan 13:01
Compare
Choose a tag to compare

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