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
|
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)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe 🚥 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 |
|
@sarang-code2 and also sign this commit :) |
…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.
0ec4c07 to
28c9355
Compare
|
@gmegidish Ready to merge 🚀 |
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.