Plugin : Look up
Author:Rex.Rainbow
- Check conditions to find passed tests listed in a csv table.
Download
Properties
Delimiter
- Set delimiter for splitting items.
Condition mode
- "If" mode will test all conditions, "If,else if" mode will test until first pass condition.
- Options : ["If","If,else if"]
Actions
Load
Action:Load table
- Load csv table for condition-items.
- Data ( string ) : Data in CSV format.
Prepare
Action:Set property
- Set property.
- Property ( string ) : Property name.
- Value ( number or string ) : The value to set.
Remove
Action:Remove test
- Remove test by name.
- Test name ( string ) : Test name.
Expressions
Result
Expression:CurPassedTestName
- Get passed test name in a For Each loop.
Expression:FirstPassedTestName
- Get the first passed name. Return "" if there has no passed test.
Conditions
Result
Condition:For each
- Repeat the event for each passed test.
Condition:Has passed
- Return true if there has any passed test.