File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,13 @@ Magento Functional Testing Framework Changelog
44-----
55### Upgrade Instructions
66* Run ` bin/mftf reset --hard ` to remove old generated configurations.
7+ * Run ` bin/mftf build:project ` to generate new configurations.
78* Run ` bin/mftf upgrade:tests ` . [ See command page for details] ( ./docs/commands/mftf.md#upgradetests ) .
89* After running the above command, you will need to manually update some tests:
910 * Remove all occurrences of ` <executeInSelenium> ` and ` <performOn> `
10- * Lastly, try to generate and all tests. Tests should all be generating as a result of the upgrades.
11+ * Remove all occurrences of ` <module file=""/> ` from any ` <suite> ` s
12+ * Ensure all ` <assert*> ` actions in your tests do not have invalid schema
13+ * Lastly, try to generate all tests. Tests should all be generated as a result of the upgrades.
1114 If not, the most likely issue will be changed XML schema. You will need to check error messaging and search your codebase for the attributes listed.
1215
13162.6.3
Original file line number Diff line number Diff line change 22
33<div class =" bs-callout bs-callout-info " markdown =" 1 " >
44These are the docs for the latest MFTF release.
5- To find older documentation, please refer to the ` docs ` folder inside you desired release in Github.
5+ To find older documentation, please refer to the [ docs folder] of your desired release in Github.
66</div >
77
88[ Find your MFTF version] [ ] of the MFTF.
@@ -141,3 +141,4 @@ Follow the [MFTF project] and [contribute on Github].
141141[ MFTF project ] : https://github.com/magento/magento2-functional-testing-framework
142142[ Find your MFTF version ] : #find-your-mftf-version
143143[ MFTF Test Migration ] : https://github.com/magento/magento-functional-tests-migration
144+ [ docs folder ] : https://github.com/magento/magento2-functional-testing-framework/tree/master/docs
You can’t perform that action at this time.
0 commit comments