interface TestReport {
    _implicitRules?: Element;
    _issued?: Element;
    _language?: Element;
    _name?: Element;
    _result?: Element;
    _score?: Element;
    _status?: Element;
    _tester?: Element;
    contained?: ConcreteType[];
    extension?: Extension[];
    id?: id;
    identifier?: Identifier;
    implicitRules?: uri;
    issued?: dateTime;
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    name?: string;
    participant?: TestReportParticipant[];
    resourceType: "TestReport";
    result: code;
    score?: decimal;
    setup?: TestReportSetup;
    status: code;
    teardown?: TestReportTeardown;
    test?: TestReportTest[];
    tester?: string;
    testScript: Reference;
    text?: Narrative;
}

Properties

_implicitRules?: Element

A set of rules under which this content was created

_issued?: Element

When the TestScript was executed and this TestReport was generated

_language?: Element

Language of the resource content

_name?: Element

Informal name of the executed TestScript

_result?: Element

pass | fail | pending

_score?: Element

The final score (percentage of tests passed) resulting from the execution of the TestScript

_status?: Element

completed | in-progress | waiting | stopped | entered-in-error

_tester?: Element

Name of the tester producing this report (Organization or individual)

contained?: ConcreteType[]

Contained, inline Resources

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier

External identifier

implicitRules?: uri

A set of rules under which this content was created

issued?: dateTime

When the TestScript was executed and this TestReport was generated

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

name?: string

Informal name of the executed TestScript

participant?: TestReportParticipant[]

A participant in the test execution, either the execution engine, a client, or a server

resourceType
result: code

pass | fail | pending

score?: decimal

The final score (percentage of tests passed) resulting from the execution of the TestScript

The results of the series of required setup operations before the tests were executed

status: code

completed | in-progress | waiting | stopped | entered-in-error

The results of running the series of required clean up steps

A test executed from the test script

tester?: string

Name of the tester producing this report (Organization or individual)

testScript: Reference

Reference to the version-specific TestScript that was executed to produce this TestReport

text?: Narrative

Text summary of the resource, for human interpretation