Test suite components.

Changelog

4 versions
v1.1.1 Latest
  • Fixed issue with ProcessE2EResults not sending emails.
v1.1.0
  • Enable ProcessE2EResults to send HTML email. Improved readability and usability of test case summary.
v1.0.2
  • Fixed comparison of booleans in Assert component.
v1.0.0
  • Initial version.

Authentication

TypeDetails
Other

Triggers

1
Tick icon

Tick

Tick test component.

Actions

6
After All icon

After All

Use this component at the end of test flow to wait for all other components.
Assert icon

Assert

Provides a set of assertion functions for verifying components outputs.
Join icon

Join

Join message from join port to each message on in port.
Process E2E Results icon

Process E2E Results

Process result from AfterAll component and send email notification.
Before All icon

Before All

Always use this component in your test suite, sends signal to all test components in flow and they can reset their state.
Call Count icon

Call Count

This component wait until specified number of messages arrives and then send one output message with data from all input messages in it.