Behat and Guzzle Behat is a behaviour driven development framework for the PHP application. Behat can be used for acceptance testing and api testing. Guzzle is PHP HTTP client to […]
Tag: Behat
Behat Mink and headless ZombieJS [Updated]
Behat-Zombie Hope you had enjoyed my previous blog post about setting up Behat-Mink and Zombie driver. It was broken due to latest changes in the driver. Here are some updates, […]
Running Behat Scenarios with PahntomJS
Behat Behat is a Behavior Driven Development tool for the PHP application. Behat and Mink uses many drivers like Selenium, Sahi, Zombie and goutte to launch scenarios. In this post, […]
Using Zombie.js Driver with Behat’s MinkExtension[Updated]
Zombie.js Zombie.js is a headless browser which uses Node.js, NPM, a C++ compiler and Python. We can use Zombie.js with Behat’s MinkExtesion to make your BDD scenarios much faster. We have […]
Mobile Test Automation & Device Orientation with Behat & SauceLabs
Behat Supports Mobile Automation for Portarit & Landscape orientation with SauceLabs: Hope you enjoyed my Guest Blog post on official Sauce Labs blog about ‘Testing Your Mobile Apps with Behat […]
Automating Web Performance Data Collection with Behat and BrowserMob Proxy
BrowserMob Proxy is a utility which is used for capturing HTTP traffic and performance data from the browser. BrowserMob-Proxy adds in essential missing capabilities such as checking HTTP status codes […]
PHPUnit + Behat/Mink + Page Object: The Rockstar Combination of Testing
Last month, we had discussion about implementing page object pattern in Behat/Mink framework at London Behat Users meetup . Page object pattern is a cool way to make tests maintainable, […]
Behat with Sauce Labs and Jenkins
Note : This post may not work with recent Behat. Please use Official Docs for Behat OR my Github repo for to get it working without any issue https://github.com/Shashikant86/BehatDemo Abstract: […]