phpjit / behat-vcr-extension
Record your HTTP interactions in behat scenarios and replay them during future test runs
Package info
github.com/taciclei/behat-vcr-extension
Type:behat-extension
pkg:composer/phpjit/behat-vcr-extension
dev-master
2021-09-15 16:13 UTC
Requires
- php: >=5.4
- behat/behat: ~3.0
- phpjit/php-vcr: dev-master
Requires (Dev)
- ciaranmcnulty/behat-localwebserverextension: ^1.0.1
- phpunit/phpunit: ~4.4
- symfony/process: ~2.6
This package is auto-updated.
Last update: 2026-03-16 01:59:08 UTC
README
VcrExtension is an integration layer between Behat 3.0+ and php-vcr 1.2.4+.
Record your HTTP interactions in behat scenarios and replay them during future test runs for fast, deterministic, accurate tests.
Note: This extension records only HTTP interactions in behat steps. This extension not works with selenium/phantomjs/firefox/whatever browser.