Jenkins 2.0 Hope you are enjoying new and shiny features of Jenkins 2.0 since it’s release. The press release is on Businesswire here . New feature include • Pipeline as Code […]
Tag: Jenkins
Get started with brand new Jenkins 2.0 with Docker
Jenkin 2.0 The new version of the Jenkins a.k.a Jenkins 2.0 will be released very soon. Jenkins 2.0 will be bringing us some new amazing features. Pipeline as Code Improved User […]
Adventures with iOS Automation using Appium on OSX and iOS
Appium on OSX Yosemite OSX Yosemite is going to be released soon with Xcode 6 and iOS8 support. I have installed latest public beta version of the OSX Yosemite. Just […]
Javascript Coverage & Continuous Integration with Jenkins, QUnit and Grunt
QUnit and Grunt QUnit is a powerful a javascript unit testing framework. Like other unit testing frameworks, it would be quite useful to measure code coverage of the JavaScript code […]
PHP Continuous Integration Template using Composer and JenkinsCI
PHP-Jenkins Template Jenkins is a very popular Continuous Integration tool these days and using it with PHP project is became so easy with help of Jenkins-PHP template project. This project […]
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 […]
Launching Jenkins Slaves on the fly.
Jenkins Master-Slave Architecture Jenkins is a awesome Continuous Integration tool which allow you to add multiple slaves as per your project requirement . Working in the distributed environment, we need […]
Adventures with Jenkins CI on Mac OSX & Linux
Abstract: In an agile software development, Continuous integration became integral part of agile process and agile team won’t be considered as effective without effective and visible continuous integration(CI). Continuous integration […]
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 […]
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, […]