UNPKG

@serenity-js/core

Version:

The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure

7 lines 283 B
import type { JSONObject } from 'tiny-types'; import { Artifact } from '../Artifact'; export declare class TestReport extends Artifact { static fromJSON(value: JSONObject): TestReport; map<O>(fn: (decodedValue: JSONObject) => O): O; } //# sourceMappingURL=TestReport.d.ts.map