Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move insights to test run operations
  • Loading branch information
Venkat Ragavan S committed Aug 21, 2025
commit 656d891212652cd6c7588c0139ec9e325137e200
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ interface AdministrationOperations {
@action("clone")
cloneTest is LoadTestAdministration.cloneTest;

getLatestTestRunInsights is LoadTestRun.getLatestInsights;
generateTestRunInsights is LoadTestRun.generateInsights;

getOperationStatus is Operations.getStatus;
}

Expand Down Expand Up @@ -225,4 +222,7 @@ interface TestRunOperations {
@clientName("stopTestProfileRun", "javascript,python,java,csharp,go")
@action("stop")
stopTestProfileRun is TestProfileRunAdministration.stop;

getLatestTestRunInsights is LoadTestRun.getLatestInsights;
generateTestRunInsights is LoadTestRun.generateInsights;
}
Loading