Skip to content

Commit

Permalink
resolving review commments
Browse files Browse the repository at this point in the history
  • Loading branch information
v-raghulraja committed Jan 6, 2025
1 parent d890c01 commit aaeeabb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions samples/mda-icons-controls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ This Power Apps Test Engine sample demonstrates how to assert and interact with
2. **Get the URL of the Model-Driven Application Form**
Acquire the URL of the specific Model-Driven Application form that you want to test.

3. **Modify the IconControl_testPlan.fx.yaml**
3. **Modify the ClassicIconsControls_testPlan.fx.yaml**
Update the YAML file to assert expected values of the icon controls.

> [!NOTE] The controls are referenced using the [logical name](https://learn.microsoft.com/power-apps/developer/data-platform/entity-metadata#table-names).
4. **Update the Domain URL for Your Model-Driven Application**

| URL Part | Description |
| URL Part | Description |
|----------|-------------|
| `appid=a1234567-cccc-44444-9999-a123456789123` | The unique identifier of your model-driven application. |
| `appid=f8d68e39-0fbe-ef11-a72f-000d3a12b0cb` | The unique identifier of your model-driven application. |
| `etn=icon` | The name of the entity being validated. |
| `id=26bafa27-ca7d-ee11-8179-0022482a91f4` | The unique identifier of the record being edited. |
| `pagetype=custom` | The type of page to open. |

5. **Execute the Test for Custom Page**
Change the example below to the URL of your organization:

```pwsh
cd bin\Debug\PowerAppsEngine
dotnet PowerAppsTestEngine.dll -i ..\..\..\samples\mdaiconcontrols\IconControls_testPlan.fx.yaml -e 00000000-0000-0000-0000-11112223333 -t 11112222-3333-4444-5555-666677778888 -u browser -p mda -d "https://contoso.crm4.dynamics.com/main.aspx?appid=9e9c25f3-1851-ef11-bfe2-6045bd8f802c&pagetype=custom&name=icon_custom_cf8e6"
```
dotnet PowerAppsTestEngine.dll -i ..\..\..\samples\mda-icons-controls\ClassicIconsControls_testPlan.fx.yaml -e e5e36a60-11a5-e554-9d70-5f3daccad60b
-t 72f988bf-86f1-41af-91ab-2d7cd011db47 -u browser -p mda -d "https://orgdc37ebb8.crm.dynamics.com/main.aspx?appid=f8d68e39-0fbe-ef11-a72f-000d3a12b0cb&pagetype=custom&name=cr693_mdaiconspage_a1ce1"
```

0 comments on commit aaeeabb

Please sign in to comment.