mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
- Add support for loading environment variables from ~/.hrp/.env - Implement priority order: current working directory > ~/.hrp/.env > system environment variables - Use godotenv.Overload() for both global and local .env files to ensure proper priority - Maintain backward compatibility with existing functionality - Add comprehensive error handling and logging