Skip to main content

Documentation Index

Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Force-stops the app under test. Takes no options, so it is usually written as a bare command.

Parameters

ParameterTypeRequiredDescription
saveAsstringNoVariable to store this step’s return value on env.<name>.
retriesnumberNoTimes to retry the step on failure before failing the test.
skippedbooleanNoSkip this step at execution time.
commentstringNoFree-form annotation kept with the step.

Shorthand

A bare command with no options.
- killApp

Examples

- killApp:
    comment: restart cleanly before the next scenario