MCPcopy
hub / github.com/krausest/js-framework-benchmark / Framework

Interface Framework

webdriver-ts-results/src/Common.ts:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface Framework {
33 name: string;
34 dir: string;
35 type: FrameworkType;
36 issues: number[];
37 language: string;
38 frameworkHomeURL: string;
39 displayname: string;
40}
41
42const DEFAULT_RESULTS_KEY = "DEFAULT";
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected