Today, the 24th Feb marks 25th birthday of Ruby programming language since it named by Yukihiro “Matz” Matsumoto in Japan. Since released in 1993, it becomes most dynamic, easy to learn and most […]
Tag: Ruby
New Fastlane Plugin to Upload iOS binary with altool
Apple doesn’t want us to enable continuous deployment for whatever reason. There is no API to deal with iTunes Connects and Apple still wants to approve your apps. Apple’s own […]
First Impressions of Fastlane Swift for iOS
Fastlane has just released with Swift support from version 2.69.0 onwards which means iOS developers no longer have to write Ruby code to configure Fastlane in iOS or macOS projects. […]
Fire up BDD inside Docker with Cucumber and BDDfire
The key benefits of Behavior-Driven-Development (BDD) practices are communication enhancement and customer satisfaction. You can read more on that by Dan North and Gojko Adzic. Perhaps the biggest practical challenge that stands in […]
Adding Homebrew Support to XCFit Framework
Glad to announce that XCFit is available to download from Homebrew package manager. XCFit a.k.a (XCUI, Cucumberish and Fitnesse Integrations Tests) is a full stack Xcode BDD framework for Swift iOS apps. XCFit creates automated Xcode templates which […]
Instant Testing of RESTful API with BDDfire and Cucumber
BDDfire2.0.1 + REST API Testing Glad to announce support for the API testing to BDDfire as we can now use pre-defined steps to perform API testing using combination of Cucumber […]
BDDfire 2.0 with Docker, Gatling and Accessibility support
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 […]
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 […]