Skip to content

Commit 86b5533

Browse files
committed
MQE-2028: DevDoc & MFTF Notice for MFTF 3.0.0 specific upgrade instructions
- Changelog instructions added
1 parent 5ecf5be commit 86b5533

File tree

2 files changed

+10
-79
lines changed

2 files changed

+10
-79
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
3.0.0
4+
-----
5+
### Upgrade Instructions
6+
* Run `bin/mftf reset --hard` to remove old generated configurations.
7+
* Run `bin/mftf upgrade:tests`. [See command page for details](./docs/commands/mftf.md#upgradetests).
8+
* After running the above command, you will need to manually update some tests:
9+
* 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+
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+
313
2.6.3
414
-----
515

docs/update.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)