Skip to content

Commit 6f63024

Browse files
Change text for usage of test cases
1 parent 058f28e commit 6f63024

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

writing-test-plans/test-plan-manifest.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@ enabled = true
4141

4242
[runners."cluster:k8s"]
4343
enabled = true
44-
4544
```
4645

4746
### Test cases
4847

4948
Finally, we have [test cases](../concepts-and-architecture/test-structure.md#test-cases). Test cases are defined in an [array of tables](https://github.com/toml-lang/toml#array-of-tables) which specify the name of the test case, boundaries for the number of instances and the values of any parameters being tested in a particular test case.
50-
Be carefull, if your testplan requires integer number, and you do not provide it, neither the 'default' value, testcase will fail.
49+
If your plan requires an integer param without a default value, the test will fail if you do not provide it.
5150

5251
```yaml
5352
[[testcases]]

0 commit comments

Comments
 (0)