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
44-----
55
66* 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.
128* 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.
1412
1513### Fixes
1614* Added escaping for ` magentoCLI ` commands.
1715* Fixed issue with builds due to absence of AcceptanceTester class.
18- * Removed path deprecation warning from ModuleResolver.
1916
2017### GitHub Issues/Pull requests:
2118* [ #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