{$app.app_id}

Report

{foreach from=$app.report key="key" item="item"} {if $item.type=='Pass'} {elseif $item.type=='CaseEnd'} {elseif $item.type=='CaseStart'} {elseif $item.type=='Exception'} {elseif $item.type=='Fail'} {else} {/if} {foreachelse} {/foreach}
{$item.test} {$item.message}
{$item.test_name}
{$item.test} Exception
    {foreach from=$item.breadcrumb item="crumb"}
  • {$crumb}
  • {/foreach}
{$message|escape:"html"}
{$item.test} Fail {$item.message}
{$item.message}
You don't create any Testcase.

you can generate testcase with the following commands.

ethna add-action-test [testcasename]
ethna add-view-test [testcasename]
ethna add-test [testcasename]

Result

{$app.result.TestCaseProgress}/{$app.result.TestCaseCount} test cases complete: {$app.result.PassCount} passes, {$app.result.FailCount} fails and {$app.result.ExceptionCount} exceptions.



powered by Ethna {$app.ethna_version}