kunstmaan/behat-bundle
Extends the MinkContext and adds some additional (sub)contexts like creating a screenshot when a step fails or wait for Ajax to finish before continuing assertPageContainsText()
Maintainers
Package info
github.com/Kunstmaan/KunstmaanBehatBundle
Type:symfony-bundle
pkg:composer/kunstmaan/behat-bundle
Requires
- php: ^8.1
Requires (Dev)
- behat/behat: 3.1.0rc1
- behat/mink: dev-master
- behat/mink-browserkit-driver: dev-master
- behat/mink-goutte-driver: dev-master
- behat/mink-sahi-driver: dev-master
- behat/mink-selenium2-driver: dev-master
- behat/symfony2-extension: ~2.1.1
- matthiasnoback/symfony-config-test: ^5.1
- matthiasnoback/symfony-dependency-injection-test: ^5.1
- phpunit/phpunit: ^9.5.5
- symfony/http-kernel: ^6.4|^7.2
- symfony/phpunit-bridge: ^7.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT fb662cab34b379efebd40c1e0b184b7315000c3d
- Kunstmaan CMS Team <cms.woop@kunstmaan.be>
This package is auto-updated.
Last update: 2026-06-15 20:14:21 UTC
README
👁 Build Status
👁 Total Downloads
👁 Latest Stable Version
👁 Analytics
An extension on the Behat Mink feature contexts. You can extend the FeatureContext from this bundle or simply use the SubContexts in your own.
FeatureContext
The FeatureContext overrides the standard MinkContext methods to add some additional functionality.
The assertPageContainsText($text) definition is currently extended so it waits for AJAX requests to finish before continuing.
SubContexts
Failed step screenshots
The FailedScreenshotSubContext offers a takeScreenshotAfterFailedStep($event) definition which takes a screenshot and saves it to the "build/behat" folder when a step fails.
Radio Button
The RadioButtonSubContect offers support for radio button testing in your features.
