Closed picimako closed 1 year ago
Certain issues could be detected by static analysing the configuration of @CitrusTestSource annotations.
@CitrusTestSource
name
packageName
type
sources
Completed in v1.0.3.
Summary
Certain issues could be detected by static analysing the configuration of
@CitrusTestSource
annotations.Tasks
name
is the same as the test method's name, the value fromname
can be removed.packageName
is the same as the package of the current test class, thepackageName
attribute can be removed.type
must not be specified at the end of the values inname
.sources
must match the file extension of the test type intype
.name
andsources
may be deduplicated.