Skip to content

Commit 0cb1568

Browse files
Update messages/shared.md
Co-authored-by: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com>
1 parent 0f9bd56 commit 0cb1568

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

messages/shared.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Show generated data in the test results output.
1818

1919
When enabled, includes detailed generated data (such as invoked actions) in the human-readable test results output. This is useful for debugging test failures and understanding what actions were actually invoked during the test run.
2020

21+
The generated data is in JSON format and includes the Apex classes or Flows that were invoked, the Salesforce objects that were touched, and so on. Use the JSON structure of this information to build the test case JSONPath expression when using custom evaluations.
22+
2123
# error.invalidAgentType
2224

2325
agentType must be either "customer" or "internal". Found: [%s]

0 commit comments

Comments
 (0)