added --rp-launch-attributes and --rp-tests-attributes CLI args#411
added --rp-launch-attributes and --rp-tests-attributes CLI args#411fahadnaeemkhan wants to merge 1 commit intoreportportal:developfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
WalkthroughThe pull request adds two new command-line options ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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 |
When triggering
pytestfrom some service, its lot convenient to pass CLI args instead of generatingpytest.iniSummary by CodeRabbit
New Features
--rp-launch-attributesand--rp-tests-attributesto allow users to specify launch and test attributes directly from the command line, supporting multiple values in addition to INI file configuration.