Skip to content

Test Report Commands

MirekVales edited this page Dec 30, 2017 · 1 revision

StartTest name, description

Begins a test of given name and description. The command returns for the test a unique id

LogTestInfo id, status, description

Appends an info to a test identified by an id

Status may have one of following values: Skip, Info, Pass, Warning, Fail, Error, Fatal

EndTest id, status, description

Ends a test identified by an id

Status may have one of following values: Skip, Info, Pass, Warning, Fail, Error, Fatal