File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
powerapps-docs/developer/test-engine Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: "Power Apps Test Engine YAML format (preview)"
3
3
description : Describes the YAML format for test following the same guidelines as Power Fx.
4
4
author : pvillads
5
5
ms.author : pvillads
6
- ms.date : 01/17 /2024
6
+ ms.date : 02/23 /2024
7
7
ms.reviewer : jdaly
8
8
ms.topic : article
9
9
contributors :
@@ -28,7 +28,7 @@ View the [PowerApps-TestEngine/samples](https://github.com/microsoft/PowerApps-T
28
28
| [ testSettings] ( #testsettings ) | Defines settings for the test suite that are reused across multiple test cases |
29
29
| [ environmentVariables] ( #environment-variables ) | Defines variables that could potentially change as the app is ported across different environments |
30
30
31
- ## test
31
+ ## testSuite
32
32
33
33
Used to define one test.
34
34
@@ -65,9 +65,9 @@ For Sharepoint/Dataverse/Connector apps, `requestURL` and `method` can be the sa
65
65
66
66
| Property | Required | Description |
67
67
| ---| ---| ---|
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 |
69
69
| ` 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 |
71
71
72
72
#### test TestSteps
73
73
You can’t perform that action at this time.
0 commit comments