You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/backward-incompatible-changes.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ We removed support to read test modules from the deprecated path `dev/tests/acce
15
15
- Files under test modules `ActionGroup`, `Page`, `Section`, `Test` and `Suite` only support a single entity per file.
16
16
- The `file` attribute from `<module>` has been removed from the suite schema. `<module file=""/>` is no longer supported in suites.
17
17
- Metadata filename format changed to ***`*Meta.xml`***.
18
-
- Only nested assertion syntax will be supported. See the [assertions page](./docs/test/assertions.md) for details. Here is an example of the nested assertion syntax:
18
+
- Only nested assertion syntax will be supported. See the [assertions page](test/assertions.md) for details. Here is an example of the nested assertion syntax:
1. Run `bin/mftf reset --hard` to remove old generated configurations.
42
42
1. Run `bin/mftf build:project` to generate new configurations.
43
-
1. Run `bin/mftf upgrade:tests`. [See command page for details](./docs/commands/mftf.md#upgradetests).
43
+
1. Run `bin/mftf upgrade:tests`. [See command page for details](commands/mftf.md#upgradetests).
44
44
1. Lastly, try to generate all tests. Tests should all be generated as a result of the upgrades. If not, the most likely issue will be a changed XML schema. Check error messaging and search your codebase for the attributes listed.
45
45
46
46
## MFTF commands
@@ -57,7 +57,7 @@ To run the upgrade tests:
57
57
58
58
**Details**:
59
59
60
-
The `helper` allows test writers to solve advanced requirements beyond what MFTF offers out of the box. See [custom-helpers](./docs/custom-helpers.md) for more information on usage.
60
+
The `helper` allows test writers to solve advanced requirements beyond what MFTF offers out of the box. See [custom-helpers](custom-helpers.md) for more information on usage.
61
61
62
62
Here is an example of using `helper` in place of `executeSelenium` to achieve same workflow.
63
63
@@ -95,7 +95,7 @@ New usage:
95
95
96
96
**Details**:
97
97
98
-
See the [actions page for details](./docs/test/actions.md#pause). Here is a usage example:
98
+
See the [actions page for details](test/actions.md#pause). Here is a usage example:
0 commit comments