I want to submit the calabash to xamarin test-cloud with the tags I want to run. When I add the --tag
option it gives the following error:
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"
what is the correct way of running with tags?