Skip to content

Commit 1d21ffa

Browse files
authored
Merge pull request #9195 from MicrosoftDocs/testEngine-testSuite
Test engine testSuite
2 parents 894ab15 + a3007c9 commit 1d21ffa

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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: 08/11/2023
6+
ms.date: 02/23/2024
77
ms.reviewer: jdaly
88
ms.topic: article
99
contributors:
@@ -24,11 +24,11 @@ View the [PowerApps-TestEngine/samples](https://github.com/microsoft/PowerApps-T
2424

2525
| Property | Description |
2626
|---|---|
27-
| [test](#test) | Defines one test suite, the test cases in the test suite and configuration specific to the test suite |
27+
| [testSuite](#testsuite) | Defines one test suite, the test cases in the test suite and configuration specific to the test suite |
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)