I try to run my calabash tests on Xamarin Test cloud - I realized that there are problems with running Scenario outlines which contains Example table.
Scenario Outline: Examine Landing Page
    #Given I open application
    Then I see the button <button>
    Examples: Buttons on Landing Page
        |button             |
        |booking history    |
        |User Preferences   |
        |Log In             |
Is there somebody who had similar problem and resolved them?
Is the the scenario outline working for the Xamarin Test Cloud?