Event language
UI language
Integration tests with APIs are notoriously difficult. Do you hit production? Do you mock the JSON responses and update them each time your endpoints change?<br><br>There is a solid solution that can solve these problems in my language of choice: PHP. The Open Source library I found is inspired by another OSS library written in Ruby. In this talk, I'll talk through the library, the power of OSS, and how you can write super-fast API integrations using the power of these tools.<br><br>FOSS Libraries included in this talk are:<br>PHP-VCR: <a href="https://github.com/php-vcr/php-vcr" rel="nofollow" target="_blank">https://github.com/php-vcr/php-vcr</a><br>VCR (Ruby): <a href="https://github.com/vcr/vcr" rel="nofollow" target="_blank">https://github.com/vcr/vcr</a><br>PEST: <a href="https://github.com/pestphp/pest" rel="nofollow" target="_blank">https://github.com/pestphp/pest</a>