Interface: ControlTreeTestEntry
A single failed test entry with its captured control tree snapshot.
Example
const entry: ControlTreeTestEntry = {
testTitle: 'should create purchase order',
testFile: 'tests/po-create.spec.ts',
snapshot: { ... },
};
Properties
snapshot
readonlysnapshot:ControlTreeSnapshot
The captured control tree snapshot.
testFile
readonlytestFile:string
File path of the test.
testTitle
readonlytestTitle:string
Title of the failed test.