File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ This Power Apps Test Engine sample demonstrates how to assert and interact with
3030
3131``` pwsh
3232cd 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```
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if ($config.installPlaywright) {
2727Set-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.
3333Set-Location $currentDirectory
You can’t perform that action at this time.
0 commit comments