Create progress stacked bar chart

This commit is contained in:
Takeshi Kimata
2024-04-27 14:08:05 +09:00
parent c23d652d05
commit c2c5652769
5 changed files with 202 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ import {
CopyPlus,
CopyMinus,
} from "lucide-react";
import RunProgressChart from "./RunProgressChart";
import TestCaseSelector from "./TestCaseSelector";
import { testRunStatus } from "@/config/selection";
import { RunType, RunCaseType, RunCaseInfoType } from "@/types/run";
@@ -279,6 +280,9 @@ export default function RunEditor({ projectId, runId }: Props) {
</Select>
</div>
<Divider className="my-6" />
<RunProgressChart />
<Divider className="my-6" />
<div className="flex items-center justify-between">
<h6 className="h-8">Select test cases</h6>