Quarantine and unquarantine tests

add

Quarantine a test so that it is skipped in all pipelines.
npx momentic quarantine add [options] <test>
  • <test>: The test to quarantine. If not specified, you will be prompted to select one interactively.

Options

--reason <reason>

The reason for quarantining the test. This will be displayed in the Momentic Cloud UI to help with debugging.
npx momentic quarantine add --reason <reason> <test>

remove

Unquarantine a test so that it is no longer skipped in pipelines.
npx momentic quarantine remove [options] <test>
  • <test>: The test to unquarantine. If not specified, you will be prompted to select one interactively.

Options

--reason <reason>

The reason for unquarantining the test. This is optional, but can be useful for record-keeping purposes.
npx momentic quarantine remove --reason <reason> <test>