From 710d9c31eb55bf93e9959151c762d872f565c53f Mon Sep 17 00:00:00 2001 From: Peter Villadsen Date: Tue, 20 Feb 2024 13:31:50 -0800 Subject: [PATCH] Update test.md Test -> testSuite and a few minor changes to bring the doc in sync with the information in the repo itself. --- docs/Yaml/test.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Yaml/test.md b/docs/Yaml/test.md index f676b00ec..3ee01a67b 100644 --- a/docs/Yaml/test.md +++ b/docs/Yaml/test.md @@ -1,4 +1,4 @@ -# test +# testSuite This is used to define one test. @@ -35,9 +35,9 @@ For Sharepoint/Dataverse/Connector apps, requestURL and Method can be the same f | Property | Required | Description | | -- | -- | -- | -| testCaseName | Yes | This is the name of the test case, it will be used in reporting success and failure | +| testCaseName | Yes | This is the name of the test case, that will be used in reporting success and failure | | testCaseDescription | No | Additional information describe what the test case does | -| testSteps | Yes | A set of Power FX functions describing the steps needed to perform the test case | +| testSteps | Yes | A set of Power Fx functions describing the steps needed to perform the test case | ### TestSteps