Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig

import type { GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

The configuration for continuous tests.

interface GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig {
enableContinuousRun?: boolean;
enablePredeploymentRun?: boolean;
testCases?: string[];
}

§Properties

§
enableContinuousRun?: boolean
[src]

Whether to run test cases in TestCasesConfig.test_cases periodically. Default false. If set to true, run once a day.

§
enablePredeploymentRun?: boolean
[src]

Whether to run test cases in TestCasesConfig.test_cases before deploying a flow version to the environment. Default false.

§
testCases?: string[]
[src]

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/