Download the PHP package macpaw/behat-messenger-context without Composer
On this page you can find all versions of the php package macpaw/behat-messenger-context. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package behat-messenger-context
Behat Messenger Context Bundle
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.
Installation
To install the MessengerContext and integrate it with your Behat setup, follow the instructions provided in the Installation Guide.
Available Features
Check a Specific Message in a Transport
You can verify if a specific message exists in a given transport.
- Documentation: Check Transport Message
Check All Messages in a Transport
Verify if all messages in a given transport match the expected JSON structure.
- Documentation: Check All Transport Messages
Check Messages with Regular Expressions
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
Verify Message Count in a Transport
Ensure that a specific number of messages exist in a given transport.
- Documentation: Count Messages in Transport
All versions of behat-messenger-context with dependencies
behat/behat Version ^3.0
symfony/messenger Version ^6.3 || ^7.0
symfony/serializer Version ^6.3 || ^7.0
symfony/dependency-injection Version ^6.3 || ^7.0
symfony/http-kernel Version ^6.3 || ^7.0
macpaw/similar-arrays Version ^1.0