Advanced Features
Switching Environments
- Open the DevAssure Configuration view.
- Click Environment:.
- Enter an environment name that matches a top-level key in
test_data.yaml(e.g.,uat,prod).
The selected environment applies to all subsequent runs in the workspace.
Multiple .devassure folders
For monorepos or workspaces with multiple projects:
- Open the DevAssure Configuration view.
- In the title bar, click Select .devassure folder (folder icon).
- Pick the
.devassurefolder or its parent directory (must be inside the current workspace).
The extension uses the selected project path for Configuration, Tests, and all runs until changed.
Proxy Configuration
If HTTP_PROXY or HTTPS_PROXY environment variables are set, the extension uses them automatically.
To configure a proxy explicitly in VS Code settings:
- DevAssure: Http Proxy (
devassure.http_proxy) - DevAssure: Https Proxy (
devassure.https_proxy)
Extension settings take precedence over environment variables when both are set.