Total Deleted
++ {summary.totalDeleted.toLocaleString()} +
+Tables Cleaned
++ {successCount}/{summary.results.length} +
+Duration
+
+
Status
++ {result.table} +
+ {result.error && ( ++ {result.error} +
+ )} ++ {errorCount} {errorCount === 1 ? 'table' : 'tables'} failed to clean +
++ Check error messages above for details. Test data may remain in database. +
++ Cleanup completed successfully +
++ All test data has been removed from the database. +
++ No test data found +
++ Database is already clean or no test data was created during this run. +
++ Cleanup: {summary.totalDeleted} records deleted +
++ {summary.results.filter(r => !r.error).length}/{summary.results.length} tables cleaned + {' • '} + {(summary.totalDuration / 1000).toFixed(1)}s +
+