# Test generation status page

## Overview
The Test Generation Status page provides a centralized dashboard to monitor and manage the test generation process for your uploaded API collections, OpenAPI specifications, or cURL commands. This page serves as a summary view of all your API test generation activities.

## Features

### Status Monitoring
- **Real-time Status Updates**: View the current status of test generation for each API.
- **Progress Tracking**: Monitor the number of processed items (e.g., "1/3").
- **Time Estimates**: Shows remaining time for test generation completion.
- **Refresh Capability**: Manual refresh option available via the "Refresh" button.

### Status Information Displayed
- **NAME**: Name of the API collection or specification.
- **STATUS**: Current status of test generation (e.g., "IN PROGRESS", "completed", "pending").
- **PROCESSED**: Progress indicator showing completed/total items.
- **TIME REMAINING**: Estimated time left for completion.

### API Entry Details
Each API entry shows:
1. **Name**: API endpoint or operation name.
2. **Status**: Current state of test generation.
3. **Details**: Additional information such as "19 test cases generated".

### Status Types
- **completed**: Test generation is finished (shown in green).
- **in_progress**: Currently generating tests (shown in yellow).
- **pending**: Waiting to begin test generation.

## Navigation

### Accessing Test Suites
- Click on any completed API entry to navigate to its detailed test suite page.
- Test suites are only accessible once generation is complete.

### Page Updates
1. **Manual Refresh**: Click the "Refresh" button in the top-right corner to force an update.

## Usage Flow

1. **Upload API Definition**
   - Upload your Postman collection, OpenAPI specification, or cURL command.
   - The system automatically adds it to the status page.

2. **Monitor Generation**
   - Watch the status and progress of test generation.
   - Check the time remaining for in-progress items.

3. **Access Tests**
   - Wait for the status to show as "completed."
   - Click on the completed API to view generated tests.

## Example Entry (from screenshot)

![Test Generation Status Page](./img-1.png)
