Closed picimako closed 7 months ago
Citrus YAML and Groovy files already have line markers to run/debug corresponding Java test methods. It is time for the XML DSL to have that feature.
<test>
<testcase>
@CitrusTestSource
Both Spring and non-Spring XML file support are completed in v1.0.8.
Summary
Citrus YAML and Groovy files already have line markers to run/debug corresponding Java test methods. It is time for the XML DSL to have that feature.
Tasks
<test>
tag in case of regular XML files. This is a top-level tag, so there will only be one per file.<testcase>
tags in case of Spring XML files. This is not a top-level tag, so there may be more than one of them.@CitrusTestSource
annotation configuration distinguish between them inside the same XML file?