Setup Android/IPhone CI Automation Testing Project

Dear All, 

I have web project setup on teamcity. Everything works just fine but I wonder how to setup Android/IPhone CI Automation testing project since it required Emulator.. 

Should i include the web project with mobile project or separete project is better?

 

 

0
3 comments
Hello,

I would recommend to set up a separate build for mobile to make sure it may be executed separately from the web one; the builds may be executed in parallel this way, and web build would not be dependent on having an emulator set up on the agent machine. 

Please let me know if this helps.
0

How to setup android emulator on teamcity agent machine??

0
Hello,

Unfortunately, I am unable to assist with this question as it is out of the product scope. Android Studio guide (https://developer.android.com/studio/run/emulator-commandline) suggests that emulator may be started via command line - if this is correct, you could write a script for command line step to start the emulator.
0

Please sign in to leave a comment.