Skip to main content

Common Test Suite commands

info

Common Test Suite requires all clients to be built.

The Common Test Suite commands are used to generate and run tests.

Usage

language and client defaults to all

yarn docker cts generate <language | all> <client | all>

Available options

OptionCommandDescription
verbose-v, --verboseMake the process verbose, display logs from third party tools
interactive-i, --interactiveOpen prompt to query parameters

Generate

Generate CTS for all clients for all supported languages

yarn docker cts generate

Generate CTS for specific client for specific language

yarn docker cts generate java sources

Run

Run CTS for all supported languages

yarn docker cts run