Skip to content

Commit b41735f

Browse files
ivy00johnstomreece
authored andcommitted
MQE-365: Template Files
+ Adding a note for "<!-- ADD TEST STEPS HERE -->" to the Cest and ActionGroup files. + Adding a Template file for ActionGroup. + Moving the Template files to their own directory. + Listing each file under the correct directory name it needs to live under for a Module.
1 parent ba41d47 commit b41735f

File tree

6 files changed

+21
-9
lines changed

6 files changed

+21
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
9+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
11+
<actionGroup name="">
12+
<!-- ADD TEST STEPS HERE -->
13+
</actionGroup>
14+
</config>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<severity value=""/>
2929
<testCaseId value=""/>
3030
</annotations>
31+
<!-- ADD TEST STEPS HERE -->
3132
</test>
3233
</cest>
3334
</config>
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@
99
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataOperation.xsd">
1111
<operation name="" dataType="" type="" auth="" url="" method="">
12-
<header param="">application/json</header>
13-
<param key="" type="">{}</param>
14-
<jsonObject dataType="" key="">
15-
<entry key=""></entry>
16-
<array key="">
17-
<value></value>
18-
</array>
19-
</jsonObject>
20-
<entry key=""></entry>
12+
<contentType>application/json</contentType>
13+
<field key=""></field>
14+
<array key="">
15+
<value></value>
16+
</array>
17+
<param key="" type=""></param>
2118
</operation>
2219
</config>

0 commit comments

Comments
 (0)