Hi,
We are scripting our Tests, We are using .apk file to test and in Local environment it is working fine, but while uploading on cloud, it is just processing and processing but not gives any result, Finally message displayed that "Contact Support" and in AppCenter it shows 'Stall Error"
We have so many [Tests] in Different Test.cs Files(Module Wise), and in Local we can Execute Selected Tests form Visual Studio.
Please let me know how to Execute Selected Tests in Cloud, as after uploading by command line it starts executing directly and it is not resulting anything.
I use below commandline.
appcenter test run uitest --app "AppName" --devices 0cf60ea9 --app-path "\Path to .apk" --test-series "master" --locale "en_US" --build-dir "\Path to bin debug" --token ###TokenID###
Please reach out to App Center Support: https://docs.microsoft.com/en-us/appcenter/general/support-center#contact-us
Answers
@SajidSidi
Please reach out to App Center Support: https://docs.microsoft.com/en-us/appcenter/general/support-center#contact-us
Thanks @Goldberger