Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntegrationTestsJobProps

Optional props to configure the IntegrationTestsJob.

Hierarchy

  • IntegrationTestsJobProps

Index

Properties

Optional createPostIntegrationPublishJob

createPostIntegrationPublishJob: boolean

Create a post integration docker publish job.

default

true

dockerBuildIds

dockerBuildIds: string[]

A list of job IDs that built docker images.

dockerImages

dockerImages: string[]

A list of the docker images to publish.

Optional id

id: string

A custom id to append onto job name and ids. Useful when using multiple instances of IntegrationTestsJob in a single workflow.

default

no suffix

testCommand

testCommand: string

A (list of) docker-compose commands to run integration tests.

Generated using TypeDoc