我尝试在 Xamarin 测试云上运行我的葫芦测试 - 我意识到运行包含示例表的场景大纲存在问题。
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 |
有没有人遇到过类似的问题并解决了?
方案大纲是否适用于 Xamarin 测试云?