Commit Graph

7 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
8259096c3f Add cleanup verification UI
Implements a CleanupReport UI component to display detailed cleanup results after test runs, including tables cleaned, records deleted per table, duration, and errors. Integrates with IntegrationTestRunner to show cleanup summary post-run and exports a compact inline view.
2025-11-10 19:30:30 +00:00
gpt-engineer-app[bot]
4a18462c37 Add delay countdown UI progress
Introduce visible countdown indicators for rate-limit delays between tests:
- Extend test runner to emit and expose delay progress updates.
- Update IntegrationTestRunner UI to display countdown while pausing.
- Ensure users see why tests are paused during delays.
2025-11-10 17:34:53 +00:00
gpt-engineer-app[bot]
3cb0f66064 Make test results copyable
Add Markdown formatting utilities for test results, wire up clipboard copy in IntegrationTestRunner, and export new formatters. Introduce formatters.ts, extend index.ts exports, and implement copy all / copy failed / per-test copy functionality with updated UI.
2025-11-10 16:48:51 +00:00
gpt-engineer-app[bot]
9bf5ea322e Refactor: Implement full error logging 2025-11-04 19:23:28 +00:00
gpt-engineer-app[bot]
6b5be8a70b feat: Add button loading states 2025-11-04 18:11:31 +00:00
gpt-engineer-app[bot]
b6179372e6 Refactor: Implement logging phases 2025-11-03 17:08:36 +00:00
gpt-engineer-app[bot]
0c34ae1075 Implement integration testing system 2025-10-30 14:35:09 +00:00