We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Both Spring and non-Spring XML file support are completed in v1.0.8.
Sorry, something went wrong.
picimako
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: