Skip to main content

Testing & Assertions

Run workflow tests and assert conditions

ActivityWhat it does
AssertAsserts that a specified condition is true, otherwise raises an exception.
TestRun a separate workflow as a test. The test workflow may contain assertions to validate the expected behavior.