Skip to content

Commit 3037513

Browse files
authored
Wording changes
Same changes as microsoft/PowerApps-TestEngine#320
1 parent 1b880b7 commit 3037513

File tree

1 file changed

+4
-4
lines changed
  • powerapps-docs/developer/test-engine

1 file changed

+4
-4
lines changed

powerapps-docs/developer/test-engine/yaml.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Power Apps Test Engine YAML format (preview)"
33
description: Describes the YAML format for test following the same guidelines as Power Fx.
44
author: pvillads
55
ms.author: pvillads
6-
ms.date: 01/17/2024
6+
ms.date: 02/23/2024
77
ms.reviewer: jdaly
88
ms.topic: article
99
contributors:
@@ -28,7 +28,7 @@ View the [PowerApps-TestEngine/samples](https://github.com/microsoft/PowerApps-T
2828
| [testSettings](#testsettings) | Defines settings for the test suite that are reused across multiple test cases |
2929
| [environmentVariables](#environment-variables)| Defines variables that could potentially change as the app is ported across different environments |
3030

31-
## test
31+
## testSuite
3232

3333
Used to define one test.
3434

@@ -65,9 +65,9 @@ For Sharepoint/Dataverse/Connector apps, `requestURL` and `method` can be the sa
6565

6666
| Property | Required | Description |
6767
|---|---|---|
68-
| `testCaseName` | Yes | The name of the test case, it's used in reporting success and failure |
68+
| `testCaseName` | Yes | The name of the test case that is used in reporting success and failure |
6969
| `testCaseDescription` | No | Additional information describes what the test case does |
70-
| `testSteps` | Yes | A set of Power FX functions describing the steps needed to perform the test case |
70+
| `testSteps` | Yes | A set of Power Fx functions describing the steps needed to perform the test case |
7171

7272
#### test TestSteps
7373

0 commit comments

Comments
 (0)