citrusframework / citrusframework/citrus
Provide Template classpath scan
- Dominant language
- Java
- Stars
- 485
- Forks
- 155
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 6
Description
**User story**
As a test designer who uses the citrus spring integration, I would like support in managing my template contexts. Template contexts are contexts which contain elements - reusable action containers.
The requested classpath scan should do the following:
- perform a scan on a pre-configured pattern and add all found contexts to the spring application container.
**Additional context**
With 'template' and 'call-template' citrus already offers templates for reusability. Also templates can be added to a spring context by specifying a named bean of type Template.
The request is thus a citrus configuration property which specifies another scan location for template contexts
Note: We already tried to add this location to @ContextConfiguration but the AnnotationConfigContextLoader is not capable to load from "locations".
Contributor guide
Assessment
This issue has not been assessed yet.