aaa2000 / behat-vcr-extension
Record your HTTP interactions in behat scenarios and replay them during future test runs
Installs: 1 394
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 5
Open Issues: 1
Type:behat-extension
Requires
- php: >=5.4
- behat/behat: ~3.0
- php-vcr/php-vcr: ~1.4
Requires (Dev)
- ciaranmcnulty/behat-localwebserverextension: ^1.0.1
- phpunit/phpunit: ~4.4
- symfony/process: ~2.6
This package is auto-updated.
Last update: 2024-10-29 04:53:03 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.