Skip to content

Commit 34e1ad8

Browse files
committed
MQE-2028: DevDoc & MFTF Notice for MFTF 3.0.0 specific upgrade
- CR Fixes
1 parent 7c7bad0 commit 34e1ad8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1316
2.6.3

docs/introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="bs-callout bs-callout-info" markdown="1">
44
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.
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

0 commit comments

Comments
 (0)