testCases property

List<String>? testCases
getter/setter pair

A list of test case names to run.

They should be under the same agent. Format of each test case name: projects//locations/ /agents//testCases/

Implementation

core.List<core.String>? testCases;