In your tests, you can also use the TL_USER_NAME
value in the required field to apply replay rules to specific Tealeaf users.
In the example below, a test is defined to see if the requesting user name is janedoe
. Note the case-insensitive configuration.
[isJohnDoe]
ReqField=TL_USER_NAME
ReqVal=janedoe
ReqOp=CONTAINS
CaseSensitive=False