RulesResultsInput interface
Rules 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?: {[propertyName: string]: string[][]}
Property Value
{[propertyName: string]: string[][]}