@@ -325,11 +325,11 @@ if ($runTests)
325325
326326 if ($record ) {
327327 # Run the tests for each user in the configuration file.
328- 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"
328+ 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"
329329 } else {
330330 Write-Host " Skipped recording"
331331 # Run the tests for each user in the configuration file.
332- 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"
332+ 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"
333333 }
334334
335335 Update-TestData - folderPath $folderPath - timeThreshold $testStart - entityName $entityName - entityType " details"
@@ -390,11 +390,11 @@ if ($runTests)
390390 $mdaUrl = " $environmentUrl /main.aspx?appid=$appId &pagetype=custom&name=$customPage "
391391 if ($record ) {
392392 # Run the tests for each user in the configuration file.
393- 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"
393+ 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"
394394 } else {
395395 Write-Host " Skipped recording"
396396 # Run the tests for each user in the configuration file.
397- 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"
397+ 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"
398398 }
399399
400400 Update-TestData - folderPath $folderPath - timeThreshold $testStart - entityName $customPage - entityType " custom"
0 commit comments