-
Story
-
Resolution:
Unresolved
-
Normal
-
None
-
None
-
-
DOD:
A configuration parsing mechanism (e.g., YAML/JSON) is implemented to manage environment-specific variables (URLs, credentials).
The framework is parameterized to load configurations dynamically based on a runtime flag (e.g., --env).
Credentials and sensitive data are separated from test logic and loaded securely from the config files.