E2E Test Config Manager
A VS Code extension for managing E2E and Component test configurations with a visual interface.
Features
- Visual configuration manager with GUI
- Support for multiple environment presets
- Toggle between E2E and Component test types
- Auto-generate
.env and .env.user files
- Secure token storage in workspace settings
Usage
- Click the beaker icon (🧪) in the Activity Bar
- Select a preset or manually configure settings
- Choose test type (E2E or Component)
- Fill in required fields
- Click "Save Configuration" to generate environment files
Development
Setup
npm install
Compile
npm run compile
Watch Mode
npm run watch
Run Extension
- Press
F5 to open a new VS Code window with the extension loaded
- Click the beaker icon in the Activity Bar to open the config manager
Requirements
- VS Code 1.108.1 or higher
| |