Commit graph

4 commits

Author SHA1 Message Date
d73f623157 code REORG, pour partage pkg version entre app et tests 2026-08-22 15:17:08 +01:00
cdb9f438ab app domain name 2026-08-22 14:18:03 +01:00
b679707b83 using clauses cleanup 2026-08-22 03:34:48 +01:00
0c32cf76d6 test(postit.android): add Xamarin.UITest smoke test on emulator
Adds AndroidAppLaunchTests to PostIt.Tests, a Xamarin.UITest-based
smoke test that launches the installed com.CompanyName.PostIt app
on the running emulator and waits for the first Avalonia frame
to render. The test skips cleanly when the app is not installed.

Currently FAILS RED on the local emulator: the installed APK has
no Activity declared (am start returns result code=-92, ACTIVITY_NOT_FOUND),
and Xamarin.UITest's test server cannot reach /ping. This is a
guardian test that will turn green once EmbedAssembliesIntoApk=true
is set in PostIt.Android.csproj (follow-up commit).

Also adds a Debug launch config in .vscode/launch.json that runs
the test under vsdbg, enabling breakpoints and object inspection
when investigating the failure.
2026-08-20 05:27:41 +01:00