Update xtc-manual-ios.bat
This commit is contained in:
Родитель
6c58449343
Коммит
0a0f8f092e
|
@ -0,0 +1,15 @@
|
|||
REM e61c8dbb is the device set used by CI for iOS testing
|
||||
REM XTC_KEY is your XTC key
|
||||
REM XTC_USER is you XTC login user name
|
||||
REM If UITest version is updated in CI then it'll need to updated here
|
||||
REM You'll also need to add [Category("manual")] to the test you want to run manually
|
||||
|
||||
dir Xamarin.Forms.ControlGallery.iOS\bin\iPhone\Debug\XamarinFormsControlGalleryiOS.ipa
|
||||
packages\Xamarin.UITest.2.2.0\tools\test-cloud.exe ^
|
||||
submit Xamarin.Forms.ControlGallery.iOS\bin\iPhone\Debug\XamarinFormsControlGalleryiOS.ipa %XTC_KEY% ^
|
||||
--devices e61c8dbb ^
|
||||
--series "manual" ^
|
||||
--locale "en_US" ^
|
||||
--user %XTC_USER% ^
|
||||
--assembly-dir Xamarin.Forms.Core.iOS.UITests\bin\Debug\ ^
|
||||
--category manual
|
|
@ -1,10 +0,0 @@
|
|||
REM e61c8dbb
|
||||
dir Xamarin.Forms.ControlGallery.iOS\bin\iPhone\Debug\XamarinFormsControlGalleryiOS.ipa
|
||||
packages\Xamarin.UITest.2.1.4\tools\test-cloud.exe ^
|
||||
submit Xamarin.Forms.ControlGallery.iOS\bin\iPhone\Debug\XamarinFormsControlGalleryiOS.ipa 13d622b3fbb487d8f5d0791278f0908d ^
|
||||
--devices e61c8dbb ^
|
||||
--series "refs/pull/1226/merge" ^
|
||||
--locale "en_US" ^
|
||||
--user kingces95@gmail.com ^
|
||||
--assembly-dir Xamarin.Forms.Core.iOS.UITests\bin\Debug\ ^
|
||||
--category manual
|
Загрузка…
Ссылка в новой задаче