Azure-Samples / MyDriving

Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
http://azure.com/mydriving
MIT License
387 stars 277 forks source link

ui tests failing in xamarin test cloud #539

Closed PiDiBi closed 8 years ago

PiDiBi commented 8 years ago

it's not able to skip splash screen

jamesmontemagno commented 8 years ago

Did you set the deployment to UITest as the build, not debug or release. This build config setups special things for XTC

PiDiBi commented 8 years ago

this is my setup http://screencast.com/t/hz6Us9Kc1Ar is it wrong? thx

jamesmontemagno commented 8 years ago

Sorry for the delay on this. basically I have multiple builds: image

ONLY feature and regression actually push to the test cloud and the main master always builds the release build.

For the Feature/Regression I have XTC set as the build configuration: image