BDDfire BDDfire allows us to setup Ruby Cucumber framework within a minute with all related toolkit. It became very popular as it gives us ability to setup Ruby-Cucumber framework without wasting […]
Category: Test Automation
Mix posts about Test Automation
Plug your Jasmine BDD Specs with Grunt
Jasmine Jasmine is a Behaviour Driven Development tool for the JavaScript. It’s an awesome idea to get our JavaScript unit tested with Jasmine. You can read more about how Jasmine […]
BrowserMob-CLI : Ruby library to generate HAR from command line
Introducing BrowserMob-CLI Recently, I wrote BrowserMob-CLI ruby gem which allows us to generate HAR files from command line. This will preview HAR files in the Browser as well as parse it […]
Docker Compose Cucumber for Cross-Browser Testing
Docker-Compose Docker is the trending tool in the recent days which allows us to run multiple lightweight containers to perform various task. Just in case, you haven’t got docker please […]
Dockerizing Cucumber-BDD and Ruby Friends
Docker Docker is becoming incredibly popular in the recent days. Docker containers are lightweight and can be launched as required. Well, this post is about provisioning Cucumber-Capybara BDD framework inside docker […]
Introducing Driller: Command Line Ruby based Web Crawler
Driller: RubyGem Glad to announce Ruby based web crawler ‘Driller‘ to crawl website for error pages and slow pages. Driller is a command line Ruby based web crawler based on […]
Published New eBook: Practical Cucumber with Ruby Friends
New Free eBook I am glad to announce my new eBook on ‘Practical Cucumber with Ruby Friends‘ This book covers practical use of Cucumber, Capybara framework with step by step […]
Setting up Vagrantified Android Appium environment provisioned with Ansible
Vagrant Vagrant is a great tool to build and distribute development environments. Vagrant allows us to keep development environment configuration same on various machines in order to avoid issues like […]
Visual Regression Tools: BackstopJS
Visual Regression In recent days, I came across mind blowing topic called ‘Visual Regression‘. There is still no proper definition of the visual regression but idea is fairly simple. In […]
Setting up Headless Travis CI build with Cucumber+Capybara+Poltergeist
Travis CI Travis CI is a continuous integration service for the open source projects hosted on GitHub. You can login into TravisCI with your existing GitHub account. Travis CI build […]