-
Trying out your Android runner to automate testing on our MAUI project. I set up a new MAUI project, modified MauiProgram exactly as specified, deleted App.xaml and App.xaml.cs. When I try to run a test, nothing happens. All the tests show as skipped. Test log shows the following:
Not sure how to resolve this. Test runner project builds, but all tests are skipped. Any suggestions would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I added the AndroidTestRunner modeled after your Sample. I gave it a reference to the mobile app's DLL. When I run, I don't see a test runner as in your example, I see screens from the FleetHDMobile app. AndroidTestRunner MauiProgram.cs is exactly like the sample. However, if I put a break in it, it never gets hit. It does hit a breakpoint in MauiProgram.cs from the FleetHDMobile app. Not sure how to get it to prefer AndroidTestRunner's MauiProgram. |
Beta Was this translation helpful? Give feedback.
-
FYI - I was able to get this to work. |
Beta Was this translation helpful? Give feedback.
This isn't really a project I support any longer. It isn't a test runner, so it is very hard to automate with. You basically have to run as an app as shown in the project sample.