• qunitx-cli
  • lib/types.ts

Interfaces

I
CachedContent
  • allTestCode: Buffer | string | null
  • assets: Set<string>
  • dynamicContentHTMLs: Record<string, string>
  • filteredTestCode: string
  • htmlPathsToRunTests: string[]
  • mainHTML: { filePath: string | null; html: string | null; }
  • staticHTMLs: Record<string, string>
I
Config
  • COUNTER: Counter
  • _building: boolean
  • _groupMode: boolean
  • _resetTestTimeout: (() => void) | null
  • _testRunDone: (() => void) | null
  • after: string | false
  • before: string | false
  • browser: "chromium" | "firefox" | "webkit"
  • debug: boolean
  • expressApp: unknown
  • extensions: string[]
  • failFast: boolean
  • fsTree: FSTree
  • htmlPaths: string[]
  • inputs: string[]
  • lastFailedTestFiles: string[] | null
  • lastRanTestFiles: string[] | null
  • output: string
  • port: number
  • projectRoot: string
  • testFileLookupPaths: string[]
  • timeout: number
  • watch: boolean
I
Connections
  • browser: Browser
  • page: Page
  • server: HTTPServer
I
Counter
  • errorCount: number
  • failCount: number
  • passCount: number
  • skipCount: number
  • testCount: number
I
EarlyChrome
  • cdpEndpoint: string
  • proc: ChildProcess

Type Aliases

T
FSTree = Record<string, null>

Usage

import * as mod from "lib/types.ts";

Symbols

  • f
    default
  • f
    default
  • f
    default
  • f
    default
  • f
    buildTestBundle
view all 54 symbols

Document Navigation

  • Interfaces
    • CachedContent
    • Config
    • Connections
    • Counter
    • EarlyChrome
  • Type Aliases
    • FSTree