Skip to content

Running in App Center Test

Joshua Moody edited this page Oct 5, 2018 · 1 revision

App Center Test (formally Xamarin Test Cloud)

The Calabash iOS and Android gems have removed their json and cucumber version restrictions. This allows users to upgrade their ruby stacks. App Center Test (formally Xamarin Test Cloud) users need to continue to use the older json and cucumber versions.

Add these entries to your Gemfile:

gem "json", "1.8.6"
gem "cucumber", "2.99.0"
Clone this wiki locally