Skip to content

Restore yaml test plans to original state#348

Merged
kaeawc merged 3 commits intomainfrom
remove-develocity-insets-junit-stderr
Mar 3, 2026
Merged

Restore yaml test plans to original state#348
kaeawc merged 3 commits intomainfrom
remove-develocity-insets-junit-stderr

Conversation

@kaeawc
Copy link
Owner

@kaeawc kaeawc commented Mar 1, 2026

Summary

  • Restores all five test plan yaml files to their pre-debugging state
  • Plans were simplified during debugging of the AutoMobile JUnit runner and lost important parameters needed for reliable CI execution: speed: fast, autoTarget: false, observe wait steps between swipes, and label annotations
  • Fixes the scroll to education and talks sections verifies resume content test failure on main introduced by the merge of Remove Develocity, fix edge-to-edge insets, update JUnit runner SNAPSHOT #347

Test plan

  • AutoMobile JUnit Tests CI check passes
  • All 5 interaction tests pass

🤖 Generated with Claude Code

kaeawc and others added 2 commits February 28, 2026 23:42
Remove the intentional tapOn failure step used for debugging.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Plans were simplified during debugging and lost important scroll
parameters (speed: fast, autoTarget: false, observe wait steps)
needed for reliable CI execution.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Mar 1, 2026

Diffuse output:

OLD: app-base-debug.apk (signature: V2)
NEW: app-debug.apk (signature: V2)

          │           compressed           │          uncompressed          
          ├───────────┬───────────┬────────┼───────────┬───────────┬────────
 APK      │ old       │ new       │ diff   │ old       │ new       │ diff   
──────────┼───────────┼───────────┼────────┼───────────┼───────────┼────────
      dex │  17.8 MiB │  17.8 MiB │ +304 B │  60.1 MiB │  60.1 MiB │ +224 B 
     arsc │ 468.7 KiB │ 468.7 KiB │    0 B │ 468.6 KiB │ 468.6 KiB │    0 B 
 manifest │   1.9 KiB │   1.9 KiB │    0 B │   6.1 KiB │   6.1 KiB │    0 B 
      res │  56.5 KiB │  56.5 KiB │    0 B │  64.4 KiB │  64.4 KiB │    0 B 
   native │  37.1 KiB │  37.1 KiB │    0 B │  36.5 KiB │  36.5 KiB │    0 B 
    asset │       0 B │       0 B │    0 B │       0 B │       0 B │    0 B 
    other │    46 KiB │    46 KiB │    0 B │ 104.2 KiB │ 104.2 KiB │    0 B 
──────────┼───────────┼───────────┼────────┼───────────┼───────────┼────────
    total │  18.4 MiB │  18.4 MiB │ +304 B │  60.8 MiB │  60.8 MiB │ +224 B 

         │          raw           │            unique             
         ├────────┬────────┬──────┼────────┬────────┬─────────────
 DEX     │ old    │ new    │ diff │ old    │ new    │ diff        
─────────┼────────┼────────┼──────┼────────┼────────┼─────────────
   files │     14 │     14 │    0 │        │        │             
 strings │ 241498 │ 241498 │    0 │ 222331 │ 222331 │ 0 (+22 -22) 
   types │  32802 │  32802 │    0 │  30118 │  30118 │ 0 (+0 -0)   
 classes │  28549 │  28549 │    0 │  28549 │  28549 │ 0 (+0 -0)   
 methods │ 146696 │ 146696 │    0 │ 141575 │ 141575 │ 0 (+4 -4)   
  fields │  61016 │  61016 │    0 │  60139 │  60139 │ 0 (+0 -0)   

 ARSC    │ old │ new │ diff 
─────────┼─────┼─────┼──────
 configs │ 106 │ 106 │  0   
 entries │ 372 │ 372 │  0
APK
    compressed     │   uncompressed    │               
──────────┬────────┼──────────┬────────┤               
 size     │ diff   │ size     │ diff   │ path          
──────────┼────────┼──────────┼────────┼───────────────
 10.6 MiB │ +304 B │ 41.6 MiB │ +224 B │ ∆ classes.dex 
──────────┼────────┼──────────┼────────┼───────────────
 10.6 MiB │ +304 B │ 41.6 MiB │ +224 B │ (total)
DEX
STRINGS:

   old    │ new    │ diff        
  ────────┼────────┼─────────────
   222331 │ 222331 │ 0 (+22 -22) 
  
  +

…mprovements

- Add yaml-language-server schema header to all 5 AutoMobile test plans for
  IDE autocomplete and validation support
- Add .yamllint.yml mirroring ios-build config (truthy check-keys, 200 char
  line length, document-start disabled)
- Add schemas/ to .gitignore (consumed from npm, not committed)
- Expand .editorconfig with root [*] section and per-type rules for YAML,
  JSON, shell, Markdown, and XML (was Kotlin-only)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@kaeawc kaeawc enabled auto-merge (squash) March 3, 2026 17:39
@kaeawc kaeawc merged commit f30416e into main Mar 3, 2026
16 of 17 checks passed
@kaeawc kaeawc deleted the remove-develocity-insets-junit-stderr branch March 3, 2026 17:42
@kaeawc kaeawc restored the remove-develocity-insets-junit-stderr branch March 5, 2026 05:32
@kaeawc kaeawc deleted the remove-develocity-insets-junit-stderr branch March 5, 2026 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant