Skip to content

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:

  1. Navigate to Interface → Server
  2. Click the "Add Server" button
  3. Configure:
    • URL: API service address
    • Description: Service environment description
    • Variables: Environment variable key-value pairs
  4. Click "Save"

⚠️ Requirements:

  • URL must comply with standard format
  • Description should be concise and clear

2. Edit Server

Description: Modify server configuration parameters
Steps:

  1. Select the target server
  2. Click the "Edit" button
  3. Update URL/Description/Variables
  4. Click "Save"

3. Clone Server

Description: Quickly create a server with similar configurations
Steps:

  1. Select the target server
  2. Click the "Clone" button
  3. Modify the new server configuration
  4. Click "Save"

4. Delete Server

Description: Remove unnecessary service endpoints
Steps:

  1. Select the target server
  2. Click the "Delete" button
  3. 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:

  1. Select the target server
  2. Click the "Update to Associated Interfaces" button
  3. 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

Released under the GPL-3.0 License.