Test Summary

renders the label
fires onClick
respects disabled state
2 passed1 failed1.24s
About this piece

Test Summary

Test run output with pass and fail markers and a totals bar.

Usage

The import and the props worth knowing about, in one place.

import { Terminal12 } from "@/components/beste/piece/terminal12";

<Terminal12
  tests={[
    {
      "name": "renders the label",
      "passed": true
    },
    {
      "name": "fires onClick",
      "passed": true
    },
    {
      "name": "respects disabled state",
      "passed": false
    }
  ]}
  duration="1.24s"
/>

More Terminal pieces

View all Terminal
deploy
$beste deploy --prod
Building application…Uploading assets…Deployed in 4.2s

Output Window

Window-chrome shell showing a command and its output ending in a success line.

Command Run

Dark terminal that types a command after the prompt, prints its output line by line up to a green success line behind a blinking block cursor, then clears and runs again.

>[1, 2, 3].map((n) => n * 2)
[ 2, 4, 6 ]
>

REPL

Interactive prompt showing an evaluated expression and its result.

beste-uigit:(main)

Git Prompt

Shell prompt with a git branch segment and a clean or dirty status marker.

12:04:01OKServer ready on port 3000
12:04:03INFOCompiled /dashboard in 240ms
12:04:06WARNSlow query took 412ms
12:04:09ERRFailed to reach cache

Log Stream

Timestamped log lines tagged by level in info, warn, error, and ok colors.

Compiling modules
Bundling assets
Optimizing output
Publishing build

Build Steps

Stacked task list with done, running, and pending status markers.