Currently, only classpath resources are supported when dealing with @CitrusTestSource test methods, either in case of looking up test source files based on the annotation configuration, or looking up @CitrusTestSource test methods based on the test source files themselves.
File and jar resources could be supported too, at least to a certain extent.
Tasks
Support file: resources.
Support jar: resources.
It doesn't matter if the referenced files are in the project or not. IntelliJ can open them regardless.
Summary
Currently, only classpath resources are supported when dealing with
@CitrusTestSource
test methods, either in case of looking up test source files based on the annotation configuration, or looking up@CitrusTestSource
test methods based on the test source files themselves.File and jar resources could be supported too, at least to a certain extent.
Tasks
file:
resources.jar:
resources.