yavsc/src
Paul Schneider 41cc651b7d
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
..
cli chore(release): bump version via gitversion for 1.0.7-rc1 2026-08-18 17:20:59 +01:00
PostIt Merge pull request 'release/1.0.7-rc1' (#36) from release/1.0.7-rc1 into release/1.0.7 2026-08-18 17:27:48 +01:00
PostIt.Tests test(postit.android): add Xamarin.UITest smoke test on emulator 2026-08-20 05:27:41 +01:00
Yavsc.Abstract Merge pull request 'release/1.0.7-rc1' (#36) from release/1.0.7-rc1 into release/1.0.7 2026-08-18 17:27:48 +01:00
Yavsc.Api Merge pull request 'release/1.0.7-rc1' (#36) from release/1.0.7-rc1 into release/1.0.7 2026-08-18 17:27:48 +01:00
Yavsc.Api.Client feat(post): add Publish toggle for blog posts (no schema change) 2026-08-18 16:10:45 +01:00
Yavsc.Blogs Merge pull request 'release/1.0.7-rc1' (#36) from release/1.0.7-rc1 into release/1.0.7 2026-08-18 17:27:48 +01:00
Yavsc.Blogs.Tests Merge pull request 'release/1.0.7-rc1' (#36) from release/1.0.7-rc1 into release/1.0.7 2026-08-18 17:27:48 +01:00
Yavsc.Org chore(release): bump version via gitversion for 1.0.7-rc1 2026-08-18 17:20:59 +01:00
Yavsc.Org.Tests chore(release): bump version via gitversion for 1.0.7-rc1 2026-08-18 17:20:59 +01:00
Yavsc.Server Merge pull request 'release/1.0.7-rc1' (#36) from release/1.0.7-rc1 into release/1.0.7 2026-08-18 17:27:48 +01:00
Yavsc.Tests.Shared chore(release): bump version via gitversion for 1.0.7-rc1 2026-08-18 17:20:59 +01:00