Skip to content

Commit ace52b8

Browse files
committed
MQE-1800: Allow generate:tests to continue running even if one test fails generation
1 parent 83348fb commit ace52b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/commands/mftf.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,12 @@ For more details about `failed`, refer to [Reporting][].
9191

9292
## Error tolerance during generation
9393

94-
Starting from version 3.2.0, when generation errors are encountered, MFTF will not fail right away.
94+
Starting from version 3.2.0, MFTF will not fail right away when encounter generation errors.
9595
Instead MFTF will try to generate as many tests and suites as it can, log errors in `mftf.log` file and exit with non-zero generation status.
9696

97-
Note that not all errors are tolerable at generation.
98-
For example, schema validation error, parser error, WebApi authentication error will still cause `hard` failure with no test or suite generated.
97+
Note:
98+
- Not all errors are tolerable at generation. For example, schema validation error, parser error, WebApi authentication error will still cause `hard` failure with no test or suite generated.
99+
- Error tolerance in generation is mean to help local test development and testing. You should only expect to run generated tests locally. You must fix all generation errors to use other framework functionalities, pass static checks and to deliver MFTF tests.
99100

100101
## Reference
101102

0 commit comments

Comments
 (0)