Skip to content

Hot Topics

Joshua Moody edited this page Oct 5, 2018 · 50 revisions

The topics on this page change regularly.

Beware of linking directly to topic headers.

Azure DevOps Test (formally Test Cloud)

Recently the Calabash iOS and Android gems removed their json and cucumber version restrictions. This allows users to upgrade their ruby stacks. Azure DevOps Test (formally Test Cloud) users need to continue to use the older json and cucumber versions.

Add these entries to your Gemfile:

gem "json", "~> 1.8"
gem "cucumber", "~> 2.0"
Clone this wiki locally