2

We have an Android and iOS applications and we wrote some Xamarin Test Cloud tests in Calabash. We can run them successfully both locally and on the cloud. Taken from the docs on the Xamarin website, we have a few parameters available when we submit to the cloud, but none of them provides a possibility to run only specific tests (features). Our tests are put in source control, so at the moment, the only resolution we could find is to temporary delete the ones we do not want to submit and run the test-cloud command.

My question:

Is there a way to only submit a specific *.feature file? Or run only tests based on a tag (e.g. @somefeature)

4

1 回答 1

1

Yes, but not with a feature file. The best way to do this is by Categorizing your tests. Then you can use the --category parameter in your Xamarin Test Cloud command line submission.

于 2016-12-29T16:41:06.710 回答