Skip to main content

Interface: E2eTestFunctionProps

Defined in: packages/depot-cdk/src/stage-depot-e2e-test.ts:174

The properties to define the E2E test Transaction

Properties

datasets

readonly datasets: TransactionNode

Defined in: packages/depot-cdk/src/stage-depot-e2e-test.ts:182

The E2E test's root and potential children


depotLambda

readonly depotLambda: IFunction

Defined in: packages/depot-cdk/src/stage-depot-e2e-test.ts:176

The Depot Environment's Lambda Gateway Function


notificationTopic?

readonly optional notificationTopic?: Topic

Defined in: packages/depot-cdk/src/stage-depot-e2e-test.ts:186

Optional E2E Test result notification topic. Not yet used.


prefix

readonly prefix: string

Defined in: packages/depot-cdk/src/stage-depot-e2e-test.ts:178

The prefix to use for the E2E test


schedule?

readonly optional schedule?: Schedule

Defined in: packages/depot-cdk/src/stage-depot-e2e-test.ts:184

The E2E test's cron, rate, or EventBridge expression schedule


testName

readonly testName: string

Defined in: packages/depot-cdk/src/stage-depot-e2e-test.ts:180

The name of the E2E test