File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -280,11 +280,11 @@ if ($runTests)
280280 $mdaUrl = " $environmentUrl /main.aspx?appid=$appId &pagetype=entitylist&etn=$entityName &viewid=$viewId &viewType=1039"
281281 if ($record ) {
282282 # Run the tests for each user in the configuration file.
283- dotnet PowerAppsTestEngine.dll - c " $staticContext " - w " $debugTestValue " - u " $userAuth " - a " $authType " - p " mda" - a " none" - r " True" - i " $currentDirectory \$matchingScript " - t $tenantId - e $environmentId - d " $mdaUrl " - l " Debug"
283+ dotnet PowerAppsTestEngine.dll - c " $staticContext " - w " $debugTestValue " - u " $userAuth " - a " $authType " -- provider " mda" - a " none" - r " True" - i " $currentDirectory \$matchingScript " - t $tenantId - e $environmentId - d " $mdaUrl " - l " Debug"
284284 } else {
285285 Write-Host " Skipped recording"
286286 # Run the tests for each user in the configuration file.
287- dotnet PowerAppsTestEngine.dll - c " $staticContext " - w " $debugTestValue " - u " $userAuth " - a " $authType " - p " mda" - a " none" - i " $currentDirectory \$matchingScript " - t $tenantId - e $environmentId - d " $mdaUrl " - l " Debug"
287+ dotnet PowerAppsTestEngine.dll - c " $staticContext " - w " $debugTestValue " - u " $userAuth " - a " $authType " -- provider " mda" - a " none" - i " $currentDirectory \$matchingScript " - t $tenantId - e $environmentId - d " $mdaUrl " - l " Debug"
288288 }
289289
290290 Update-TestData - folderPath $folderPath - timeThreshold $testStart - entityName $entityName - entityType " list"
@@ -665,4 +665,4 @@ Write-Host "HTML summary report generated successfully at $folderPath."
665665Write-Host " Opening report in browser..."
666666Write-Host $reportPath
667667
668- Invoke-Item $reportPath
668+ Invoke-Item $reportPath
You can’t perform that action at this time.
0 commit comments