File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,15 @@ Magento Functional Testing Framework Changelog
4
4
-----
5
5
6
6
* Traceability
7
- * Added test's filepath to Allure reports for ease of debugging.
8
-
9
- * Modularity
10
- * Refactored problem methods to reduce cyclomatic complexity.
11
-
7
+ * Allure report enhanced to display file path of tests.
12
8
* Maintainability
13
- * Added support to read MFTF test entities from path of MFTF test packages.
9
+ * Added support to read MFTF test entities from ` <magento>dev/tests/acceptance/tests/functional/<vendor_name>/<module_name>/* `
10
+ * Removed path deprecation warning from ` ModuleResolver ` .
11
+ * Refactored problem methods to reduce cyclomatic complexity.
14
12
15
13
### Fixes
16
14
* Added escaping for ` magentoCLI ` commands.
17
15
* Fixed issue with builds due to absence of AcceptanceTester class.
18
- * Removed path deprecation warning from ModuleResolver.
19
16
20
17
### GitHub Issues/Pull requests:
21
18
* [ #348 ] ( https://github.com/magento/magento2-functional-testing-framework/pull/348 ) -- executeInSelenium command fixed to prevent escaping double quotes.
You can’t perform that action at this time.
0 commit comments