Create progress stacked bar chart
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user