File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
app/code/Magento/AwsS3/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +37
-0
lines changed 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
+
9
+ <tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
11
+ <test name =" AdminAwsS3ImportBundleProductTest" extends =" AdminImportBundleProductTest" >
12
+ <annotations >
13
+ <features value =" AwsS3" />
14
+ <stories value =" Import Products" />
15
+ <title value =" S3 - Import Bundle Product" />
16
+ <description value =" Imports a .csv file containing a bundle product. Verifies that product is imported
17
+ successfully and can be purchased." />
18
+ <severity value =" MAJOR" />
19
+ <group value =" importExport" />
20
+ <group value =" Bundle" />
21
+ <group value =" remote_storage_aws_s3" />
22
+ <skip >
23
+ <issueId value =" MC-39280" />
24
+ </skip >
25
+ </annotations >
26
+
27
+ <before >
28
+ <!-- Enable AWS S3 Remote Storage -->
29
+ <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.enable_options}}" stepKey =" enableRemoteStorage" before =" createImportCategory" />
30
+ </before >
31
+
32
+ <after >
33
+ <!-- Disable AWS S3 Remote Storage -->
34
+ <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" after =" logoutFromAdmin" />
35
+ </after >
36
+ </test >
37
+ </tests >
You can’t perform that action at this time.
0 commit comments