Closed picimako closed 9 months ago
Completed in v1.0.6 with the following caveats:
citrus.yaml.file.name.pattern
property with the addition of the .yml file extension: (test|it)\.(yaml|yml)
. That value is hardcoded for now, reading the aforementioned configuration property will happen later.
Summary
Citrus provides various DSLs besides Java to write tests, and one among them is YAML files.
Tasks
citrus.yaml.file.name.pattern
property of thecitrus-application.properties
.citrus.yaml.file.name.pattern
property is not specified or is blank, then it will fall back to the Citrus defaults..yml
or.yaml
extension should be excluded.Questions
Resources
CitrusSettings
class