Skip to content

Commit

Permalink
Update test/functional/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Nov 22, 2023
1 parent 68efebc commit 6043cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pattern than the one supported by the test runner).
Each test case is defined as a JSON object in the `testCases.js` file. This file is loaded by the test suite and the
test cases are automatically generated. Each test case is defined as an object with the following elements:

- `describeName`: The name of the `DESCRIBE` test case. This will be used to generate the test case name in the mocha
- `describeName`: The name of the `DESCRIBE` test case. This will be used to generate the test case name in the mocha. Note this name is prefixed by a pure number (e.g `0010 - Simple group without attributes`) which specifies the group to which the test belong (usually meaning a feature) or by a number preced by the `#` symbol to refer to an issue number (e.g. `#1234 - Bug foobar`).
test suite.
- `provision`: The JSON object that will be sent to the IoTA JSON provisioning API. This will be used to create the
group. It contains the following elements:
Expand Down

0 comments on commit 6043cd7

Please sign in to comment.