fix(test): merge project-level use into config for actionTimeout and other options#220
fix(test): merge project-level use into config for actionTimeout and other options#220sarang-code2 wants to merge 1 commit into
Conversation
…other options The device fixture only read top-level config.use, silently ignoring options set inside config.projects[].use like actionTimeout, appLaunchTimeout, installTimeout, and animations. Now finds the matching project by name from testInfo.project.name and merges its use into the top-level use before passing to connectDevice.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe Changes
Related issues: None provided. Related PRs: None provided. Suggested labels: bug, test Suggested reviewers: None provided. 🐰 A fixture hopped and found a way, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The device fixture only reads top-level
config.use, silently ignoring options set insideconfig.projects[].uselikeactionTimeout,appLaunchTimeout,installTimeout, andanimations.Finds the matching project by name via
testInfo.project.nameand merges itsuseinto the top-levelusebefore passing toconnectDevice.