Skip to content

Releases

Bruno Santos edited this page Jul 21, 2015 · 11 revisions

Version 0.4.0

  1. COLA Tests are now fully instrumented and can be enabled through Java agent settings
  2. COLA Tests can now use JUnit Runners that require a specialized constructor
  3. Introduced the @IdeEnabler annotation - default or settings for class and test method are no longer used
  4. COLA compiler errors are now reported at run-time by means of an injected and failing test method

Version 0.3.0

  1. Named property injection using @Assigned
  2. Maven plugin m2e lifecycle mapping embedded inside the plugin jar - COLA m2e Connector for Eclipse is no longer required to be installed - by Daniel Beland
  3. Handle multiple compilation of the same test class - by Daniel Beland

Version 0.2.0

  1. @ignore tag
  2. @skip tag
  3. REST reporting capability
  4. Regex group extraction using @Group - by Daniel Beland
  5. AssertJ support - by Daniel Beland

Version 0.1.0

  1. Full Gherkin support
  2. Regex steps
  3. Maven plugin
  4. Gradle plugin
  5. IntelliJ IDEA plugin
  6. Eclipse plugin
Clone this wiki locally