The configuration for continuous tests.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_continuous_run
def enable_continuous_run() -> ::Boolean
Returns
- (::Boolean) — Whether to run test cases in TestCasesConfig.test_cases periodically. Default false. If set to true, run once a day.
#enable_continuous_run=
def enable_continuous_run=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether to run test cases in TestCasesConfig.test_cases periodically. Default false. If set to true, run once a day.
Returns
- (::Boolean) — Whether to run test cases in TestCasesConfig.test_cases periodically. Default false. If set to true, run once a day.
#enable_predeployment_run
def enable_predeployment_run() -> ::Boolean
Returns
- (::Boolean) — Whether to run test cases in TestCasesConfig.test_cases before deploying a flow version to the environment. Default false.
#enable_predeployment_run=
def enable_predeployment_run=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether to run test cases in TestCasesConfig.test_cases before deploying a flow version to the environment. Default false.
Returns
- (::Boolean) — Whether to run test cases in TestCasesConfig.test_cases before deploying a flow version to the environment. Default false.
#test_cases
def test_cases() -> ::Array<::String>
Returns
-
(::Array<::String>) — A list of test case names to run. They should be under the same agent.
Format of each test case name:
projects/<Project ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>
#test_cases=
def test_cases=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — A list of test case names to run. They should be under the same agent.
Format of each test case name:
projects/<Project ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>
Returns
-
(::Array<::String>) — A list of test case names to run. They should be under the same agent.
Format of each test case name:
projects/<Project ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>