File tree Expand file tree Collapse file tree 6 files changed +46
-12
lines changed
TestModuleMerged/Test/MergeFunctionalTest Expand file tree Collapse file tree 6 files changed +46
-12
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ use Yandex\Allure\Adapter\Annotation\TestCaseId;
14
14
15
15
/**
16
16
* @group functional
17
- * @Description("<h3>Test files</h3>verification/TestModule/Test/ActionGroupFunctionalTest/MergedActionGroupTest .xml<br>")
17
+ * @Description("<h3>Test files</h3>verification/TestModule/Test/ActionGroupFunctionalTest/ActionGroupWithDataOverrideTest .xml<br>")
18
18
*/
19
19
class ActionGroupWithDataOverrideTestCest
20
20
{
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use Yandex\Allure\Adapter\Annotation\TestCaseId;
15
15
/**
16
16
* @Title("[NO TESTCASEID]: A Functional Cest")
17
17
* @group functional
18
- * @Description("<h3>Test files</h3>verification/TestModule/Test/BasicFunctionalTest/MergeMassViaInsertAfter .xml<br>")
18
+ * @Description("<h3>Test files</h3>verification/TestModule/Test/BasicFunctionalTest/BasicFunctionalTest .xml<br>")
19
19
*/
20
20
class BasicFunctionalTestCest
21
21
{
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use Yandex\Allure\Adapter\Model\SeverityLevel;
13
13
use Yandex\Allure\Adapter\Annotation\TestCaseId;
14
14
15
15
/**
16
- * @Description("<h3>Test files</h3>verification/TestModule/Test/BasicFunctionalTest/MergeMassViaInsertAfter .xml<br>verification/TestModule/Test/MergeFunctionalTest/MergeMassViaInsertBefore.xml<br>")
16
+ * @Description("<h3>Test files</h3>verification/TestModule/Test/BasicFunctionalTest/MergeMassViaInsertBefore .xml<br>verification/TestModule/Test/MergeFunctionalTest/MergeMassViaInsertBefore.xml<br>")
17
17
*/
18
18
class MergeMassViaInsertBeforeCest
19
19
{
Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
-
9
8
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
- xsi : noNamespaceSchemaLocation =" ../../../../../src/Magento/FunctionalTestingFramework/ Test/etc/testSchema.xsd" >
9
+ xsi:noNamespaceSchemaLocation=" urn:magento:mftf: Test/etc/testSchema.xsd" >
11
10
<test name =" BasicMergeTest" >
12
11
<annotations >
13
12
<group value =" mergeTest" />
26
25
<click stepKey =" step10" selector =" #step10MergedInResult" />
27
26
<actionGroup ref =" FunctionalActionGroupWithData" stepKey =" step8Merge" after =" step7Merge" />
28
27
</test >
29
- <test name =" MergeSkip" >
30
- <annotations >
31
- <skip >
32
- <issueId value =" Issue5" />
33
- </skip >
34
- </annotations >
35
- </test >
36
28
</tests >
Original file line number Diff line number Diff line change
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
+ <tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi:noNamespaceSchemaLocation=" urn:magento:mftf:Test/etc/testSchema.xsd" >
10
+ <test name =" MergeSkip" >
11
+ <annotations >
12
+ <skip >
13
+ <issueId value =" Issue5" />
14
+ </skip >
15
+ </annotations >
16
+ </test >
17
+ </tests >
Original file line number Diff line number Diff line change 10
10
class BasicCestGenerationTest extends MftfTestCase
11
11
{
12
12
/**
13
+ * BasicFunctionalTest:
13
14
* Tests flat generation of a hardcoded test file with no external references.
14
15
*
15
16
* @throws \Exception
@@ -20,6 +21,30 @@ public function testBasicGeneration()
20
21
$ this ->generateAndCompareTest ('BasicFunctionalTest ' );
21
22
}
22
23
24
+ /**
25
+ * MergeMassViaInsertAfter:
26
+ * Tests flat generation of a hardcoded test file with no external references.
27
+ *
28
+ * @throws \Exception
29
+ * @throws \Magento\FunctionalTestingFramework\Exceptions\TestReferenceException
30
+ */
31
+ public function testMergeMassViaInsertAfter ()
32
+ {
33
+ $ this ->generateAndCompareTest ('MergeMassViaInsertAfter ' );
34
+ }
35
+
36
+ /**
37
+ * MergeMassViaInsertBefore:
38
+ * Tests flat generation of a hardcoded test file with no external references.
39
+ *
40
+ * @throws \Exception
41
+ * @throws \Magento\FunctionalTestingFramework\Exceptions\TestReferenceException
42
+ */
43
+ public function testMergeMassViaInsertBefore ()
44
+ {
45
+ $ this ->generateAndCompareTest ('MergeMassViaInsertBefore ' );
46
+ }
47
+
23
48
/**
24
49
* Tests flat generation of a hardcoded test file with no external references and with XML comments in:
25
50
* - root `tests` element
You can’t perform that action at this time.
0 commit comments