Skip to content

Commit f428e80

Browse files
committed
[ITB-1836] Allow the interact step to define requested inputs as required (with forced completion by the user)
1 parent dfa3399 commit f428e80

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

gitb-types-specs/src/main/resources/schema/gitb_tbs.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
<xsd:attribute name="multiple" type="xsd:boolean"/>
161161
<xsd:attribute name="inputType" type="gitb:InputRequestInputType"/>
162162
<xsd:attribute name="mimeType" type="xsd:string"/>
163+
<xsd:attribute name="required" type="xsd:boolean" default="false"/>
163164
</xsd:complexType>
164165
<xsd:complexType name="TestStepStatus">
165166
<xsd:sequence>

gitb-types-specs/src/main/resources/schema/gitb_tdl.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@
477477
<xsd:attribute name="inputType" type="gitb:InputRequestInputType"/>
478478
<xsd:attribute name="report" type="xsd:boolean" default="true"/>
479479
<xsd:attribute name="fileName" type="gitb:StringOrVariable"/>
480+
<xsd:attribute name="required" type="gitb:BooleanOrVariable" default="false"/>
480481
</xsd:extension>
481482
</xsd:complexContent>
482483
</xsd:complexType>

0 commit comments

Comments
 (0)