Skip to content

Commit

Permalink
MQE-671: Only last "group" annotation applies to generated test
Browse files Browse the repository at this point in the history
  • Loading branch information
okolesnyk committed Jan 17, 2018
1 parent 99efa98 commit 234972f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Magento Functional Testing Framework Changelog
================================================

2.0.1
-----

### Fixes
* Fixed an issue with `group` annotation.

2.0.0
-----
Changes are compatible with Magento v2.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/magento2-functional-testing-framework",
"description": "Magento2 Functional Testing Framework",
"type": "library",
"version": "2.0.0",
"version": "2.0.1",
"license": "AGPL-3.0",
"keywords": ["magento", "automation", "functional", "testing"],
"config": {
Expand Down
1 change: 1 addition & 0 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
<item name="/tests/test/remove" xsi:type="string">keyForRemoval</item>
<item name="/tests/test/before/remove" xsi:type="string">keyForRemoval</item>
<item name="/tests/test/after/remove" xsi:type="string">keyForRemoval</item>
<item name="/tests/test/annotations(/group)+" xsi:type="string">value</item>
</argument>
<argument name="fileName" xsi:type="string">*.xml</argument>
<argument name="defaultScope" xsi:type="string">Test</argument>
Expand Down

0 comments on commit 234972f

Please sign in to comment.