mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
- Add preservation of original testcase''s base_url and parameters when referenced - Fix issue where referenced testcases would inherit the parent''s base_url instead of their own - Fix issue where referenced testcases would lose their parameters - Maintain backward compatibility by only preserving explicitly set values - Add test to verify the fix works correctly Resolves #1780 Co-authored-by: debugtalk <debugtalk@users.noreply.github.com>