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/commands/mftf.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ You can run `generate:tests` with any of the following debug levels. XML schema
131
131
132
132
| Debug level | Description |
133
133
| ---| --- |
134
-
|`default``[generate:tests]`| Perform XML schema validation on merged files. Does not indicate the file name where trhe error is encountered. Use `developer` level for enhanced debugging. |
134
+
|`default``[generate:tests]`| Perform XML schema validation on merged files. Does not indicate the file name where the error is encountered. Use `developer` level for enhanced debugging. |
135
135
|`developer``[generate:tests --debug or generate:tests --debug developer]`| Returns additional debug information (such as the filename where an error occurred) when test generation fails because of an invalid XML schema. Note: This option takes extra processing time. Use it after test generation has failed once. |
136
136
|`none``[generate:tests --debug none]`| Skip debugging during test generation. Added for backward compatibility, it will be removed with the next MAJOR release.|
0 commit comments