File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
app/code/Magento/AwsS3/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +34
-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 =" AwsS3AdminImportSimpleAndConfigurableProductsWithAssignedImagesTest" extends =" AdminImportSimpleAndConfigurableProductsWithAssignedImagesTest" >
12
+ <annotations >
13
+ <features value =" AwsS3" />
14
+ <stories value =" Import Products" />
15
+ <title value =" Import Configurable Product With Simple Child Products With Images" />
16
+ <description value =" Imports a .csv file containing a configurable product with 3 child simple products that
17
+ have images. Verifies that products are imported successfully and that the images are attached to the
18
+ products as expected." />
19
+ <severity value =" MAJOR" />
20
+ <group value =" importExport" />
21
+ <group value =" remote_storage_aws_s3" />
22
+ </annotations >
23
+
24
+ <before >
25
+ <!-- Enable AWS S3 Remote Storage -->
26
+ <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.enable_options}}" stepKey =" enableRemoteStorage" />
27
+ </before >
28
+
29
+ <after >
30
+ <!-- Disable AWS S3 Remote Storage -->
31
+ <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" />
32
+ </after >
33
+ </test >
34
+ </tests >
You can’t perform that action at this time.
0 commit comments