Skip to main content
Module

x/tepi/src/runner.ts>runner

A .http Test Runner
Go to Latest
function runner
import { runner } from "https://deno.land/x/tepi@v1.0.54/src/runner.ts";

Parameters

filePaths: string[]
defaultMeta: Meta
optional
failFast = [UNSUPPORTED]

Returns

Promise<{ files: File[]; exitCode: number; onlyMode: Set<string>; blocksDone: Set<Block>; }>