File tree Expand file tree Collapse file tree 2 files changed +10
-79
lines changed Expand file tree Collapse file tree 2 files changed +10
-79
lines changed Original file line number Diff line number Diff line change 1
1
Magento Functional Testing Framework Changelog
2
2
================================================
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
+
3
13
2.6.3
4
14
-----
5
15
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments