mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
20 lines
436 B
Plaintext
20 lines
436 B
Plaintext
title: $:/core/ui/TestCaseTemplate
|
|
|
|
\parameters (hideIfPass:"no")
|
|
\whitespace trim
|
|
<$let
|
|
linkTarget="yes"
|
|
displayFormat={{!!display-format}}
|
|
testcaseTiddler=<<currentTiddler>>
|
|
>
|
|
<$testcase
|
|
testOutput="Output"
|
|
testExpectedResult="ExpectedResult"
|
|
testActions="Actions"
|
|
testHideIfPass=<<hideIfPass>>
|
|
>
|
|
<$data $compound-tiddler=<<currentTiddler>>/>
|
|
<$data title="Description" text={{!!description}}/>
|
|
</$testcase>
|
|
</$let>
|