Skip to main content

collection invoke

Invokes (runs) a single collection or a set of collections

kreyac collection invoke [--scripting-timeout] [--disable-scripts] [--test-report-junit] [Collections]

Example

kreyac collection invoke -p ./my-directory/my-project.krproj my-collection.krcol

Options

scripting-timeout

--scripting-timeout
Can also be set via the environment variable KREYA_SCRIPTINGTIMEOUT
Default: 20

Timeout of operation scripts in seconds

disable-scripts

--disable-scripts

Disable the scripts of all operations for this invocation

test-report-junit

--test-report-junit

Enables the JUnit test reporter and writes the JUnit report to the specified file

Arguments

Collections required multiple

Paths of the collections to be invoked, these could be directories, .krcol files or globs (e.g. './my-service/**'). Some shells expand globs automatically, so you should enclose them in quotes. Collections are invoked in alphabetical order.