Skip to content

Commit 22f3b26

Browse files
committed
MQE-130: [MTF1.0] Modify test grouping so that tests run around 10 minutes
- split bundle product test
1 parent 034f345 commit 22f3b26

File tree

3 files changed

+304
-264
lines changed

3 files changed

+304
-264
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
7+
namespace Magento\Bundle\Test\TestCase;
8+
9+
/**
10+
* Test Flow:
11+
* 1. Login as admin
12+
* 2. Navigate to the Products>Inventory>Catalog
13+
* 3. Click on "+" dropdown and select Bundle Product type
14+
* 4. Fill in all data according to data set
15+
* 5. Save product
16+
* 6. Verify created product
17+
*
18+
* @group Bundle_Product
19+
* @ZephyrId MAGETWO-24118
20+
*/
21+
class CreateBundleDynamicProductEntityTest extends CreateBundleProductEntityTest
22+
{
23+
/* tags */
24+
const TEST_TYPE = 'acceptance_test, extended_acceptance_test';
25+
const MVP = 'yes';
26+
/* end tags */
27+
28+
// This blank class is created only to run long variation as a separate test in parallel environment
29+
}

0 commit comments

Comments
 (0)