xunit / devices.xunit

xUnit.net Runners for Devices
Other
73 stars 36 forks source link

AutoStart and TerminateAfterExecution not working #4

Closed goodlaff closed 9 years ago

goodlaff commented 9 years ago

Since upgrading to xunit 2.0.0-beta5-build2785 and unit.runner.xamarin 0.99.5-beta5 the flags to AutoStart and TerminateAfterExecution no longer work for iOS or Android, in that the test execution doesn't automatically start, and the app doesn't close automatically.

Manual execution still works.

goodlaff commented 9 years ago

hi @onovotny,

only getting back to this now, and browsing the xunit.runner.ios and xunit.runner.android assemblies in the 0.99.5-beta5 nuget package i can see that the changes you made to the HomeViewModel are not included in this version.

i cloned the latest source, compiled and copied the runner assemblies into my local project, and the auto start and termination worked on both platforms as expected.

would it be possible to release the latest version of the code as an updated nuget package?

thanks

keith

clairernovotny commented 9 years ago

Hi Keith, I'd been waiting to diagnose the Android issue mentioned in your other issue #5. I've just been swamped. I can push out a later build w/o that though.

goodlaff commented 9 years ago

Hi @onovotny,

No problem Oren, I know you're a busy man!

If it wasn't too much trouble to release the latest version to nuget I'd appreciate it as this problem is the only thing preventing me completing a xamarin forms > xunit > teamcity CI solution (as I have a workaround for the other issue)

Cheers

Keith

clairernovotny commented 9 years ago

Fixed