winfetch
winfetch copied to clipboard
PROC-1131 Add Ability to force payloads with a Force Group
Assumptions:
- Force Payload requires a Force Group to be associated with
- Expecting following format: prForceGroup=testName1;payloadType:payloadValue
- if payloadValue is an array expecting following format: [val1, val2, val3]
- if payloadValue is a map expecting following format: [key:value, key:value, key:value]
- From looking at current Proctor tests I saw payloadType Maps can have varying Object values within the Key, Value pairs. This required more validation than the other payloadType cases.