-
Notifications
You must be signed in to change notification settings - Fork 5
Releases
Bruno Santos edited this page Dec 14, 2015
·
11 revisions
- Tag groups have been added. COLA Tests features and/or scenarios can be grouped together or simply marked for execution or exclusion.
- Introduced @DependsOn annotation - allows for other JUnit tests to be executed before a COLA Tests feature scenario and/or steps.
- COLA Tests are now fully instrumented and can be enabled by setting the cola-tests jar as a Java agent
- 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").