Skip to content

Commit 098bc0d

Browse files
authored
added file name suffix principle for data
1 parent 9b5de03 commit 098bc0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/data.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ The following conventions apply to MFTF `<data>`:
121121
* A `<data>` file may contain multiple data entities.
122122
* Camel case is used for `<data>` elements. The name represents the `<data>` type. For example, a file with customer data is `CustomerData.xml`. A file for simple product would be `SimpleProductData.xml`.
123123
* Camel case is used for the entity name.
124+
* The file name must have the suffix `Data.xml`.
124125

125126
## Example
126127

@@ -263,4 +264,4 @@ Attributes|Type|Use|Description
263264
[Actions]: ./test/actions.md
264265
[category creation]: http://docs.magento.com/m2/ce/user_guide/catalog/category-create.html
265266
[Credentials]: ./credentials.md
266-
[test actions]: ./test/actions.md#actions-returning-a-variable
267+
[test actions]: ./test/actions.md#actions-returning-a-variable

0 commit comments

Comments
 (0)