mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
5094096a87
* Convert "import" field of testcase tiddlers into $data widget with $filter attribute * Add documentation for testcase tiddler import field and fixed typo and grammar
22 lines
562 B
Plaintext
22 lines
562 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 $filter={{!!import}}/>
|
|
<$data $compound-filter={{!!import-compound}}/>
|
|
<$data $compound-tiddler=<<currentTiddler>>/>
|
|
<%if [{!!description}!is[blank]] %><$data title="Description" text={{!!description}}/><%endif%>
|
|
</$testcase>
|
|
</$let>
|