You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/agent.test.create.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Create an agent test in your org using a local test spec YAML file.
6
6
7
7
To run this command, you must have an agent test spec file, which is a YAML file that lists the test cases for testing a specific agent. Use the "agent generate test-spec" CLI command to generate a test spec file. Then specify the file to this command with the --spec flag, or run this command with no flags to be prompted.
8
8
9
-
When this command completes, your org contains the new agent test, which you can view and edit using the Testing Center UI. This command also retrieves the metadata component (AiEvaluationDefinition) associated with the new test to your local Salesforce DX project and displays its filename.
9
+
When this command completes, your org contains the new agent test, which you can view and edit using the Testing Center UI (legacy) or Agentforce Studio (NGT). This command also retrieves the metadata component associated with the new test to your local Salesforce DX project and displays its filename. By default, the legacy AiEvaluationDefinition is created; use --test-runner agentforce-studio to author an AiTestingDefinition (NGT) instead.
10
10
11
11
After you've created the test in the org, use the "agent test run" command to run it.
12
12
@@ -16,7 +16,7 @@ Path to the test spec YAML file.
16
16
17
17
# flags.preview.summary
18
18
19
-
Preview the test metadata file (AiEvaluationDefinition) without deploying to your org.
19
+
Preview the test metadata file without deploying to your org.
20
20
21
21
# flags.force-overwrite.summary
22
22
@@ -40,13 +40,17 @@ API name of the new test; the API name must not exist in the org.
0 commit comments