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