Parallelising Cucumber The ‘parallel_test‘ is a awesome rubygem to speedup your Rspec, Cucumber and Test Unit scenarios. Parallel _test also allows us to run Cucumber into different process and speedup […]
Tag: Ruby
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 […]
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 […]
BDDfire : An Instant Ruby-Cucumber BDD Framework
BDDfire I am glad to announce ‘BDDfire‘ : An instant Ruby-Cucumber BDD framework which supports various popular open-source libraries like Capybara, Selenium-WebDriver, Poltergeist, Relish, Cuke_sniffer, Rubocop, Appium, Saucelabs, Browserstack etc […]
BDD Living Documentation with Yard-Cucumber
Yard Cucumber Living documentation is very essential when working in the collaborative way with technology and business people. Behaviour Driven Development [BDD]methodology enforces communication between business and technology. Any Documentation […]
Speed up BDD with Parallel Cucumber
Running Cucumber in Parallel First of all, if you using Cucumber as a BDD tool and having large feature set, then you are at the right place. Now we have an awesome […]
Cucumber, Capybara and Poltergeist as Developer Tools: Network Traffic Capture
BDD with Cucumber, Capybara and Poltergeist Cucumber is a awesome BDD tool which can be used with different web acceptance testing frameworks and different drivers. We can use BDD combination […]
iOS Automated Testing in the BDD with Cucumber, Appium and SauceLabs
Abstract The mobile automation is becoming trending topic these days. There are new tools introducing in the market in order to make the iOS and Android automation hassle free and […]