Version | Build Status | Code Coverage |
---|---|---|
master |
||
develop |
This repository provides custom Behat step definitions for working with Symfony Messenger transports. It includes functionality for checking messages in transports, validating them against expected JSON structures, and working with variable fields.
To install the MessengerContext and integrate it with your Behat setup, follow the instructions provided in the Installation Guide.
You can verify if a specific message exists in a given transport.
- Documentation: Check Transport Message
Verify if all messages in a given transport match the expected JSON structure.
- Documentation: Check All Transport Messages
You can use regular expressions to validate messages that contain dynamic or variable data.
- Documentation for specific message: Check Transport Message with Regexp
- Documentation for all messages: Check All Transport Messages with Regexp
Ensure that a specific number of messages exist in a given transport.
- Documentation: Count Messages in Transport