From 6043cd706986c9bed563ae00b6962cbd300b9064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Wed, 22 Nov 2023 12:12:51 +0100 Subject: [PATCH] Update test/functional/README.md --- test/functional/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/README.md b/test/functional/README.md index b4d9c4b36..44ff2d46b 100644 --- a/test/functional/README.md +++ b/test/functional/README.md @@ -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: