Test Result

Workflow test preview with a semantic status check, HTTP status code, duration, and a monospaced JSON response body panel below.

Test run200 OK
142 ms
{
  "id": "evt_8a2k4f",
  "type": "payment.succeeded",
  "amount": 4200,
  "currency": "usd"
}

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Automation12 } from "@/components/beste/piece/automation12";

<Automation12
  status="success"
  runLabel="Test run"
  statusCode="200 OK"
  duration="142 ms"
  body="{
  \"id\": \"evt_8a2k4f\",
  \"type\": \"payment.succeeded\",
  \"amount\": 4200,
  \"currency\": \"usd\"
}"
/>