You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add profile propagation through script and test runners.
8
+
9
+
Scripts and tests now automatically inherit the active workspace configuration profile when executed. This enables seamless use of profile-specific variables across nested execution contexts without manual configuration.
10
+
When running scripts or tests, the active profile is passed via the `TREQ_PROFILE` environment variable. Spawned clients automatically use this profile for variable resolution when no explicit profile is configured, ensuring consistent behavior whether triggered from the dashboard, CLI, or programmatically.
0 commit comments