Skip to content

Commit 02f7155

Browse files
v-raghulrajasnamilikonda
authored andcommitted
changed the provider
1 parent 99453d0 commit 02f7155

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/mdastreamcontrol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ This Power Apps Test Engine sample demonstrates how to assert and interact with
3030

3131
```pwsh
3232
cd bin\Debug\PowerAppsEngine
33-
dotnet PowerAppsTestEngine.dll -i ..\..\..\samples\mdastreamcontrols\StreamControls_testPlan.fx.yaml -e e5e36a60-11a5-e554-9d70-5f3daccad60b -t 72f988bf-86f1-41af-91ab-2d7cd011db47 -u storagestate -p mda -d "https://orgdc37ebb8.crm.dynamics.com/main.aspx?appid=572ada03-15cc-ef11-a72e-000d3a12b0cb&pagetype=custom&name=cr693_mdastreamcontrolspage_90253"
33+
dotnet PowerAppsTestEngine.dll -i ..\..\..\samples\mdastreamcontrols\StreamControls_testPlan.fx.yaml -e e5e36a60-11a5-e554-9d70-5f3daccad60b -t 72f988bf-86f1-41af-91ab-2d7cd011db47 -u storagestate --provider mda -d "https://orgdc37ebb8.crm.dynamics.com/main.aspx?appid=572ada03-15cc-ef11-a72e-000d3a12b0cb&pagetype=custom&name=cr693_mdastreamcontrolspage_90253"
3434
```

samples/mdastreamcontrol/RunTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if ($config.installPlaywright) {
2727
Set-Location ..\bin\Debug\PowerAppsTestEngine
2828
$env:user1Email = $user1Email
2929
# Run the tests for each user in the configuration file.
30-
dotnet PowerAppsTestEngine.dll -u "storagestate" -p "mda" -a "none" -i "$currentDirectory\testPlan.fx.yaml" -t $tenantId -e $environmentId
30+
dotnet PowerAppsTestEngine.dll -u "storagestate" --provider "mda" -a "none" -i "$currentDirectory\testPlan.fx.yaml" -t $tenantId -e $environmentId
3131

3232
# Reset the location back to the original directory.
3333
Set-Location $currentDirectory

0 commit comments

Comments
 (0)