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
4
4
-----
5
5
### Upgrade Instructions
6
6
* Run ` bin/mftf reset --hard ` to remove old generated configurations.
7
+ * Run ` bin/mftf build:project ` to generate new configurations.
7
8
* Run ` bin/mftf upgrade:tests ` . [ See command page for details] ( ./docs/commands/mftf.md#upgradetests ) .
8
9
* After running the above command, you will need to manually update some tests:
9
10
* 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.
11
14
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.
12
15
13
16
2.6.3
Original file line number Diff line number Diff line change 2
2
3
3
<div class =" bs-callout bs-callout-info " markdown =" 1 " >
4
4
These 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.
6
6
</div >
7
7
8
8
[ Find your MFTF version] [ ] of the MFTF.
@@ -141,3 +141,4 @@ Follow the [MFTF project] and [contribute on Github].
141
141
[ MFTF project ] : https://github.com/magento/magento2-functional-testing-framework
142
142
[ Find your MFTF version ] : #find-your-mftf-version
143
143
[ 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