Server Management
The
AngusTester Server Management
feature enables efficient configuration of multi-environment API service endpoints, achieving unified environment variable management to enhance interface testing flexibility and efficiency.
1. Add Server
Description: Create a new API service endpoint
Steps:
- Navigate to
Interface → Server
- Click the "Add Server" button
- Configure:
- URL: API service address
- Description: Service environment description
- Variables: Environment variable key-value pairs
- Click "Save"
⚠️ Requirements:
- URL must comply with standard format
- Description should be concise and clear
2. Edit Server
Description: Modify server configuration parameters
Steps:
- Select the target server
- Click the "Edit" button
- Update URL/Description/Variables
- Click "Save"
3. Clone Server
Description: Quickly create a server with similar configurations
Steps:
- Select the target server
- Click the "Clone" button
- Modify the new server configuration
- Click "Save"
4. Delete Server
Description: Remove unnecessary service endpoints
Steps:
- Select the target server
- Click the "Delete" button
- Confirm the deletion
⚠️ Impact:
- Interface configurations remain unaffected after deletion
- Historical test records retain associated information
5. Update to Associated Interfaces
Description: Synchronize server configurations to all related interfaces
Steps:
- Select the target server
- Click the "Update to Associated Interfaces" button
- The system automatically updates the server configurations for all related interfaces
⚠️ Use Cases:
- Batch updates of environment variables
- Global API version switching
- Server address migration