init documentation,

This commit is contained in:
louiscklaw
2025-04-17 07:51:08 +08:00
parent 36cc5b9095
commit 256f3ae8e3
328 changed files with 3250 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
tags: mobile, testing, happy-flow
---
# testing of mobile app home
testing of mobile app home page with flow below.
## Happy flow
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```