Mobile App Release Blog Automated Testing


Automatic Publishing

This is an md note on my phone. It’s an app I developed myself. I’m testing clicking the button on my phone. It can push blog posts for publishing. This way, I can write blog posts on my phone and then push them, without needing to sit in front of a computer to type.

Test Content

Test text Test image Test automatic publishing

However, this is a test from web React Native. After it’s successful, I’ll test the packaged app.

image

Alright, that’s all for this content.

Release Focus

This test is different from a simple web preview. The packaged app needs to preserve the same publishing behavior after installation: text input, image attachment, Markdown generation, task submission, and deployment status tracking.

The most important risk is inconsistency between the web React Native test environment and the packaged app. If permissions, file paths, or upload handling change after packaging, the generated blog post may lose images or produce invalid Markdown.

Validation Plan

The next packaged-app test should confirm:

  1. The app can select or capture an image.
  2. The image path in Markdown points to an accessible file.
  3. The backend receives the same payload as the web test.
  4. The generated article builds locally and on the deployment platform.
  5. The final article URL can be opened from the app.

Once this is stable, mobile publishing can become the default way to capture quick project notes while still producing searchable blog pages.