RuleResultsInput interface
Rule results input.
Properties
latest |
Take results from latest scan. |
results | Expected results to be inserted into the baseline. Leave this field empty it LatestScan == true. |
Property Details
latestScan
Take results from latest scan.
latestScan?: boolean
Property Value
boolean
results
Expected results to be inserted into the baseline. Leave this field empty it LatestScan == true.
results?: string[][]
Property Value
string[][]