如何使用 --tag 选项在 Xamarin 上 运行 Calabash

how to run Calabash on Xamarin with --tag option

我想使用我想要的标签将葫芦提交到 xamarin test-cloud 运行。当我添加 --tag 选项时,出现以下错误:

test-cloud submit prebuilt/Moda.com.apk  93dwwwe5e0e1ec3b0d65099640f23 --devices 0c4wweaf --series "master" --locale "en_US" --app-name "Moda" --user gunesmes@gmail.com --config /Users/mesutgunes/Projects/moda/mobile_app_automation/config/cucumber.yml --tag "@header"
ERROR: "test-cloud submit" was called with arguments ["prebuilt/Moda.com.apk", "93dwwwe5e0e1ec3b0d65099640f23", "--tag", "@header"]
Usage: "test-cloud submit <APP> <API_KEY> -d, --devices=DEVICES"

运行 标签的正确使用方法是什么?

我看到您已经在使用 cucumber.yml。那太棒了!

要指定要使用的标签,请将这些标签添加到 cucumber.yml 文件中的配置文件中。然后,您可以使用参数 --profile

在 Test Cloud 中指定要 运行 的配置文件

这里有一个 link 有点 more info