Failed Status

Define what status should be returned when a test steps fails.

Name
Description

Failed (default)

Keeps the node marked as a fail, indicating a critical issue that requires attention.

Passed with warning

Overrides the failure status to indicate that while the step did not meet the expected criteria, it is not critical enough to consider the test as failed. The test continues with a warning logged.

Passed

Overrides the failure status to indicate that the step is considered successful, despite any issues.

Last updated