-
Notifications
You must be signed in to change notification settings - Fork 5
Releases
Bruno Santos edited this page Jul 21, 2015
·
11 revisions
- COLA Tests are now fully instrumented and can be enabled through Java agent settings
- COLA Tests can now use JUnit Runners that require a specialized constructor
- Introduced the @IdeEnabler annotation - default or settings for class and test method are no longer used
- COLA compiler errors are now reported at run-time by means of an injected and failing test method
- Named property injection using @Assigned
- 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
- Handle multiple compilation of the same test class - by Daniel Beland
- @ignore tag
- @skip tag
- REST reporting capability
- Regex group extraction using @Group - by Daniel Beland
- AssertJ support - by Daniel Beland
- Full Gherkin support
- Regex steps
- Maven plugin
- Gradle plugin
- IntelliJ IDEA plugin
- Eclipse plugin
Licensed under the Apache License, Version 2.0 (the "License").