Skip to content

Commit 234972f

Browse files
committed
MQE-671: Only last "group" annotation applies to generated test
1 parent 99efa98 commit 234972f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
2.0.1
5+
-----
6+
7+
### Fixes
8+
* Fixed an issue with `group` annotation.
9+
410
2.0.0
511
-----
612
Changes are compatible with Magento v2.3

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

etc/di.xml

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
<item name="/tests/test/remove" xsi:type="string">keyForRemoval</item>
212212
<item name="/tests/test/before/remove" xsi:type="string">keyForRemoval</item>
213213
<item name="/tests/test/after/remove" xsi:type="string">keyForRemoval</item>
214+
<item name="/tests/test/annotations(/group)+" xsi:type="string">value</item>
214215
</argument>
215216
<argument name="fileName" xsi:type="string">*.xml</argument>
216217
<argument name="defaultScope" xsi:type="string">Test</argument>

0 commit comments

Comments
 (0)