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

如何使用--tag选项在Xamarin上运行葫芦,xamarin,calabash,xamarin-test-cloud,Xamarin,Calabash,Xamarin Test Cloud,我想用我想运行的标记将葫芦提交给xamarin测试云。添加-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

我想用我想运行的标记将葫芦提交给xamarin测试云。添加-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指定要在测试云中运行的配置文件


这里有一个带有一点的链接。

看起来测试云命令行不太支持这一点。@Cheesebaron有办法管理运行场景吗?提供的命令运行整个集合。谢谢,它通过向配置文件添加-tag@regression来工作