LogoRobo.js
Packages@robojs/mock

TestSessionRegistry

Interface: TestSessionRegistry

Registry for a single test run

Properties

PropertyTypeDescription
completedAt?numberTimestamp when test run completed
runIdstringUnique test run ID
startedAtnumberTimestamp when test run started
status"error" | "running" | "passed" | "failed"Overall status of the test run
testFilesTestFileEntry[]Per-file test results

On this page