LogoRobo.js
Packages@robojs/mock

TestFileEntry

Interface: TestFileEntry

Entry for a single test file

Properties

PropertyTypeDescription
completedAt?numberTimestamp when test file completed
pathstringTest file path (relative to project root)
pendingAssertions?AssertionResult[]Assertions recorded before test entries were created (will be merged)
recordingPath?stringPath to saved recording file (relative to .robo/mock/recordings/)
sessionIdstringSession ID associated with this test file
startedAtnumberTimestamp when test file started
status"running" | "passed" | "failed"Status of the test file
testsTestResult[]Individual test results

On this page