Questions tagged [visual-studio-app-center-test]

Visual Studio App Center Test allows you to UI Test Android and iOS apps using Appium, Calabash, Espresso, Xamarin.UITest and XCUITest

29 questions
6
votes
0 answers

appcenter UI testing for react native project

What is the best approach to do some automated UI testing on appcenter for my react native app? Are there any tutorials for UI automation testing with appcenter for react native?
manuelBetancurt
  • 15,428
  • 33
  • 118
  • 216
5
votes
1 answer

AppCenter Test chunking failed:

I have a UITest that I would to use on AppCenter but I am getting this error message Test chunking failed. \ Preparing tests... Test chunking failed: Format of the executable (.exe) or library (.dll) is invalid. appcenter test run uitest --app…
user5843610
4
votes
1 answer

How to run appcenter command through Jenkins

In order to execute Xamarin Test Cloud tests, you have to execute an appcenter command e.g. appcenter test run uitest --app "appName" --devices 228faeda --app-path *appPath* --test-series "master" --locale "en_US" --build-dir…
3
votes
0 answers

Build Scripts stays on None even after adding scripts in Project's root

I am checking the AppCenter system for our Android and iOS apps. I need to run a pre build script and after adding it to the relevant Git branch I am still seeing None under Build Scripts in the menu. The script is very basic one at the moment, just…
2
votes
0 answers

Android 4.x - 5.x: WebException when using Appcenter?

Testing our app on a variety of different devices and Android versions ranging from Android 4.4 – KitKat (API Level 19) to Android 10 - Q (API Level 29). The app should support a minimum of 4.4 but appcenter tests are showing it is working at a…
2
votes
0 answers

Microsoft AppCenter CLI - PUBLIC URL Creation

Is it possible to create a public URL using Appcenter CLI? I required it for DevOps. I'm able to create the group but not sure how we can generate a public URL for the group. I couldn't find it from the documentation.
2
votes
1 answer

Inconclusive: Test not run in Xamarin UI Test

I have integrated Xamarin UI test within my Xamarin forms App. I am using Xamarin Ui test framework 3.0.0. In the beginning Test was running sucessfully. Now, i am getting error which says inconclusive: Test not run Error. Can anyone help me with…
Narendra
  • 1,332
  • 2
  • 13
  • 16
2
votes
2 answers

TFS 2018 and AppCenter Test

I'm new to CI/CD and can't find any information on the internet on how to use AppCenter Test with TFS 2018. I have my Xamarin projects in TFS but I want to test them within the device cloud of AppCenter Test. There are a couple documents on MS's…
2
votes
2 answers

appcenter-cli can't be installed (command not found)

When I do the following, get command not found. For some reason it looks like its referencing 9.11.1 and not 10.11.0 but I'm really not sure what the problem is. $ npm install -g appcenter-cli npm WARN deprecated graceful-fs@3.0.11: please upgrade…
1
vote
1 answer

How do I run UITests on actual mobile devices in the App Center from a release pipeline

I want to create a release pipeline in Azure Devops to test my app. I have 2 artifacts. One is an APK install file. The other is a UI test DLL. My assumption is that I can upload these artifacts to the AppCenter in order to test the app. But what…
jpc
  • 53
  • 3
1
vote
3 answers

Download latest artifacts from app center / Hockey app using API (token)

Recently the hockey moved to app center and i want to download the latest version of android and iOS version on the fly using the API. What I tried ? checked the official swagger api-specs 1.…
Navneet kumar
  • 1,696
  • 1
  • 17
  • 26
1
vote
0 answers

appcenter uitesting Invalid assembly path

I am trying to get my UI Test uploaded to the AppCenter but I am getting this error related to Invalid assembly path. Is the assembly path the IPA iSO file? C:\WebProjects\MobileApps\ReimbursementApp>appcenter test run uitest --app…
1
vote
0 answers

Unknown arguments error in Xamarin UITest

For my xamarin project I added a uitest test that will check how long it takes to load the app. What I try to upload the test to app center I get this error. Error: Command 'test run uitest --app Appne-iOS --devices /ios-12 --app-path…
1
vote
1 answer

How we test ARCore apps on device farm like AWS or App Center?

I want to write a testing script to test the Android/iOS app which is using Augment Reality so that I can run the tests over AWS or App Center. How can I do this? Any help would be appreciated.
0
votes
0 answers

App Center Test task: uitest (Xamarin UI Test) DevOps AppCenterTest@1

I try to test a Xamarin App, works on localhost, doesn't seems to work on Azure DevOps. Error Android: Preparing tests... failed. Error: Failed to prepare UI Test artifacts using command "test-cloud.exe prepare" with error message: There was an…
Tobi
  • 109
  • 1
  • 1
  • 12
1
2