2gis / Winium.StoreApps.CodedUi

Prototype of Winium.StoreApps driver using CodedUI. Implements JsonWireProtocol for automation of Windows Phone applications
10 stars 8 forks source link

Add blocking wait for CodedUI Test Server to start (in NewSession command) #18

Closed NickAb closed 8 years ago

NickAb commented 8 years ago

We do not ping CodedUiTestServer before sending commands, like we do in Winium.StoreApps.

This might result in race condition in some cases (slow Hyper-V VM, etc.), when CodedUIServer did not start properly yet and we have already sent commands resulting in could not connect error and tests failing.