Skip to content

Performance Budgets #20

@witqq

Description

@witqq

Set time limits for test suites.

Example

```typescript
{
budgets: {
unit: { maxDuration: 60000 }, // 1 min
integration: { maxDuration: 300000 } // 5 min
}
}
```

Context

From IDEAS.md migration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaFuture idea for considerationneeds-analysisRequires further analysis before implementation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions