Grant archibald ms/dataverse state 492 #2567
936 passed, 3 failed and 6 skipped
❌ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_05.trx
586 tests were completed in 33s with 580 passed, 3 failed and 3 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Microsoft.PowerApps.TestEngine.Tests.Config.SingleTestInstanceStateTests | 10✅ | 4ms | ||
Microsoft.PowerApps.TestEngine.Tests.Config.TestStateTests | 42✅ | 128ms | ||
Microsoft.PowerApps.TestEngine.Tests.Config.YamlTestConfigParserTests | 10✅ | 46ms | ||
Microsoft.PowerApps.TestEngine.Tests.ConsoleOutputTests | 14✅ | 2ms | ||
Microsoft.PowerApps.TestEngine.Tests.Helpers.ExceptionHandlingHelperTest | 2✅ | 108ms | ||
Microsoft.PowerApps.TestEngine.Tests.Helpers.LoggingHelpersTest | 5✅ | 90ms | ||
Microsoft.PowerApps.TestEngine.Tests.Helpers.PollingHelpersTests | 4✅ | 2⚪ | 2s | |
Microsoft.PowerApps.TestEngine.Tests.Modules.TestEngineExtensionCheckerTests | 56✅ | 22s | ||
Microsoft.PowerApps.TestEngine.Tests.Modules.TestEngineModuleMEFLoaderTests | 16✅ | 1⚪ | 68ms | |
Microsoft.PowerApps.TestEngine.Tests.PowerApps.PowerFXModel.ControlRecordValueTests | 31✅ | 35ms | ||
Microsoft.PowerApps.TestEngine.Tests.PowerApps.PowerFXModel.ControlTableSourceTests | 1✅ | 1ms | ||
Microsoft.PowerApps.TestEngine.Tests.PowerApps.PowerFXModel.ControlTableValueTests | 1✅ | 35ms | ||
Microsoft.PowerApps.TestEngine.Tests.PowerApps.PowerFXModel.MDATypeMappingTests | 6✅ | 6ms | ||
Microsoft.PowerApps.TestEngine.Tests.PowerApps.PowerFXModel.TypeMappingTests | 6✅ | 4ms | ||
Microsoft.PowerApps.TestEngine.Tests.PowerFx.Functions.AssertFunctionTests | 2✅ | 9ms | ||
Microsoft.PowerApps.TestEngine.Tests.PowerFx.Functions.AssertWithoutMessageFunctionTests | 2✅ | 8ms | ||
Microsoft.PowerApps.TestEngine.Tests.PowerFx.Functions.IsMatchFunctionTests | 27✅ | 27ms | ||
Microsoft.PowerApps.TestEngine.Tests.PowerFx.Functions.ScreenshotFunctionTests | 9✅ | 16ms | ||
Microsoft.PowerApps.TestEngine.Tests.PowerFx.Functions.SelectFunctionTests | 9✅ | 161ms | ||
Microsoft.PowerApps.TestEngine.Tests.PowerFx.Functions.SetPropertyFunctionTests | 8✅ | 70ms | ||
Microsoft.PowerApps.TestEngine.Tests.PowerFx.Functions.WaitFunctionTests | 25✅ | 12s | ||
Microsoft.PowerApps.TestEngine.Tests.PowerFx.PowerFxEngineTests | 23✅ | 27s | ||
Microsoft.PowerApps.TestEngine.Tests.PowerFx.PowerFxHelperTests | 31✅ | 73ms | ||
Microsoft.PowerApps.TestEngine.Tests.Reporting.TestLoggerTests | 11✅ | 32ms | ||
Microsoft.PowerApps.TestEngine.Tests.Reporting.TestLogTests | 1✅ | 1ms | ||
Microsoft.PowerApps.TestEngine.Tests.Reporting.TestReporterTests | 16✅ | 133ms | ||
Microsoft.PowerApps.TestEngine.Tests.SingleTestRunnerTests | 18✅ | 446ms | ||
Microsoft.PowerApps.TestEngine.Tests.System.FileSystemTests | 82✅ | 3❌ | 48ms | |
Microsoft.PowerApps.TestEngine.Tests.TestEngineTests | 22✅ | 209ms | ||
Microsoft.PowerApps.TestEngine.Tests.TestInfra.MicrosoftEntraNetworkMonitorTests | 14✅ | 195ms | ||
Microsoft.PowerApps.TestEngine.Tests.TestInfra.PlaywrightTestInfraFunctionTests | 38✅ | 13s | ||
Microsoft.PowerApps.TestEngine.Tests.TestInfra.TestRecorderTests | 38✅ | 2s |
❌ Microsoft.PowerApps.TestEngine.Tests.System.FileSystemTests
✅ CanAccessDirectoryPath_Linux_OSX_ReturnsValidity(path: " ", validity: False)
✅ CanAccessDirectoryPath_Linux_OSX_ReturnsValidity(path: "../relative/dir", validity: True)
✅ CanAccessDirectoryPath_Linux_OSX_ReturnsValidity(path: "./relative/directory", validity: True)
✅ CanAccessDirectoryPath_Linux_OSX_ReturnsValidity(path: "", validity: False)
✅ CanAccessDirectoryPath_Linux_OSX_ReturnsValidity(path: "/valid/directory", validity: True)
✅ CanAccessDirectoryPath_Linux_OSX_ReturnsValidity(path: "\\\\network\\share\\directory", validity: False)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: " ", validity: False)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "", validity: False)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "\\\\?\\C:\\Very\\Long\\Path", validity: True)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "\\\\network\\share\\directory", validity: False)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "C:\\ ", validity: False)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "C:\\.", validity: False)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "C:\\folder\\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"···, validity: True)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "C:\\folder\\subfolder\\NUL", validity: False)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "C:\\Program Files\\test", validity: False)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "C:\\Valid\\..\\Directory", validity: True)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "C:\\Valid\\Directory", validity: True)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "C:\\フォルダー", validity: True)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "file:///C:/Valid/Directory", validity: True)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: "relative\\directory", validity: True)
✅ CanAccessDirectoryPath_Windows_ReturnsValidity(path: null, validity: False)
✅ CanAccessFilePathTest_Linux(filePath: "/root/", expectedResult: False)
✅ CanAccessFilePathTest_Linux(filePath: "abc.json", expectedResult: True)
✅ CanAccessFilePathTest_Windows(filePath: "../folder/f:g", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "../folder/fg", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "\\\\?\\C:\\folder", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "\\\\RandomUNC", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:/fold:er", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:/fold>er/fg", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:/folder/f:g", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:/folder/f>g", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:/folder/fg/", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:/folder/file.yaml", expectedResult: True)
✅ CanAccessFilePathTest_Windows(filePath: "C:\\a\\a.json.", expectedResult: True)
✅ CanAccessFilePathTest_Windows(filePath: "C:\\CON", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:\\CON\\a.cfx", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:\\folder", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:\\folder\\AUX", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:\\folder\\file.com", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:\\folder\\file.dat", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:\\folder\\PRN.yaml", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "C:\\WINDOWS\\system32", expectedResult: False)
✅ CanAccessFilePathTest_Windows(filePath: "file.json", expectedResult: True)
✅ CanAccessFilePathTest_Windows(filePath: null, expectedResult: False)
❌ CanDeleteJsonFile
System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\Users\runneradmin\AppData\Local\Temp\Microsoft\TestEngine\test.json'.
❌ CannotDeleteOtherFiles(fileName: "test.csx")
System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\Users\runneradmin\AppData\Local\Temp\Microsoft\TestEngine\test.csx'.
❌ CannotDeleteOtherFiles(fileName: "test.yaml")
System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\Users\runneradmin\AppData\Local\Temp\Microsoft\TestEngine\test.yaml'.
✅ IsPermittedOS_ReturnsTrue
✅ IsWritePermittedFilePath_InvalidRootedPath_ReturnsFalse
✅ IsWritePermittedFilePath_NullPath_ReturnsFalse
✅ IsWritePermittedFilePath_RelativePath_ReturnsFalse
✅ IsWritePermittedFilePath_SameAsRootedPath_ReturnsFalse
✅ IsWritePermittedFilePath_UNCPath_ReturnsFalse
✅ IsWritePermittedFilePath_ValidPathWithParentDirectoryTraversal_ReturnsFalse
✅ IsWritePermittedFilePath_ValidRootedPath_ReturnsTrue
✅ LinuxReservedLocationExistsInPath_Linux_ReturnsValidity(fileFullPath: "/usr/local/bin", reservedExists: True)
✅ OsxReservedLocationExistsInPath_OSX_ReturnsValidity(fileFullPath: "/usr/local/bin", reservedExists: True)
✅ RemoveInvalidFileNameCharsTest(inputFileName: "", expectedFileName: "")
✅ RemoveInvalidFileNameCharsTest(inputFileName: "file.txt", expectedFileName: "file.txt")
✅ TestIsValidWindowsFileName(fileName: ".hiddenFile", expectedValidity: True)
✅ TestIsValidWindowsFileName(fileName: "AUX.txt", expectedValidity: False)
✅ TestIsValidWindowsFileName(fileName: "COM1", expectedValidity: False)
✅ TestIsValidWindowsFileName(fileName: "CON", expectedValidity: False)
✅ TestIsValidWindowsFileName(fileName: "example", expectedValidity: True)
✅ TestIsValidWindowsFileName(fileName: "file..txt", expectedValidity: False)
✅ TestIsValidWindowsFileName(fileName: "file.txt", expectedValidity: True)
✅ TestIsValidWindowsFileName(fileName: "LPT1.txt", expectedValidity: False)
✅ TestIsValidWindowsFileName(fileName: "notReserved.txt", expectedValidity: True)
✅ TestIsValidWindowsFileName(fileName: "test ", expectedValidity: False)
✅ TestIsValidWindowsFileName(fileName: "test.", expectedValidity: False)
✅ TestIsValidWindowsFileName(fileName: "validFile.txt", expectedValidity: True)
✅ WindowsReservedLocationExistsInPath_ReturnsValidity(fileFullPath: "\\\\RandomUNC", reservedExists: True)
✅ WindowsReservedLocationExistsInPath_ReturnsValidity(fileFullPath: "C:\\CLOCK$\\file.txt", reservedExists: True)
✅ WindowsReservedLocationExistsInPath_ReturnsValidity(fileFullPath: "C:\\folder\\file.com", reservedExists: False)
✅ WindowsReservedLocationExistsInPath_ReturnsValidity(fileFullPath: "C:\\folder\\my.context", reservedExists: False)
✅ WindowsReservedLocationExistsInPath_ReturnsValidity(fileFullPath: "C:\\folder\\my.folder", reservedExists: False)
✅ WindowsReservedLocationExistsInPath_ReturnsValidity(fileFullPath: "C:\\folder\\subfolder\\file", reservedExists: False)
✅ WindowsReservedLocationExistsInPath_ReturnsValidity(fileFullPath: "C:\\LPT2\\file.txt", reservedExists: True)
✅ WindowsReservedLocationExistsInPath_ReturnsValidity(fileFullPath: "C:\\myfolder CON\\subfolderext", reservedExists: False)
✅ WindowsReservedLocationExistsInPath_ReturnsValidity(fileFullPath: "C:\\myfolder\\subfolder", reservedExists: False)
✅ WindowsReservedLocationExistsInPath_ReturnsValidity(fileFullPath: "C:\\myfolderCON\\subfolderext", reservedExists: False)
✅ WriteFile_ArrayText_UnpermittedFilePath_ThrowsInvalidOperationException
✅ WriteTextToFile_ArrayText_UnpermittedFilePath_ThrowsInvalidOperationException
✅ WriteTextToFile_UnpermittedFilePath_ThrowsInvalidOperationException
✅ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_09.trx
28 tests were completed in 13s with 28 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
testengine.module.powerapps.portal.tests.CheckConnectionExistsFunctionTests | 2✅ | 244ms | ||
testengine.module.powerapps.portal.tests.ConnectionHelperTests | 7✅ | 411ms | ||
testengine.module.powerappsportal.tests.CreateConnectionFunctionTests | 14✅ | 6s | ||
testengine.module.powerappsportal.tests.ExportConnectionsFunctionTest | 1✅ | 36ms | ||
testengine.module.powerappsportal.tests.GetConnectionFunctionTests | 2✅ | 20ms | ||
testengine.module.powerappsportal.tests.PowerAppsPortalModuleTests | 1✅ | 213ms | ||
testengine.module.powerappsportal.tests.SelectSectionFunctionTests | 1✅ | 40ms |
✅ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_10.trx
5 tests were completed in 10s with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
testengine.module.ConsentDialogFunctionTests | 3✅ | 1s | ||
testengine.module.ModelDrivenApplicationModuleTests | 1✅ | 215ms | ||
testengine.module.SelectControlFunctionTests | 1✅ | 196ms |
✅ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_18.trx
4 tests were completed in 8s with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
testengine.module.browserlocale.tests.PlaywrightScriptsFunctionTests | 1✅ | 2s | ||
testengine.module.browserlocale.tests.PlaywrightScriptsModuleTests | 3✅ | 307ms |
✅ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_22.trx
27 tests were completed in 7s with 27 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
testengine.modules.simulation.tests.SimulateConnectorFunctionTests | 20✅ | 443ms | ||
testengine.modules.simulation.tests.SimulateDataverseFunctionTests | 7✅ | 233ms |
✅ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_31.trx
128 tests were completed in 56s with 128 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Microsoft.PowerApps.TestEngine.Tests.PowerApps.PowerAppFunctionsTest | 128✅ | 46s |
✅ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_33.trx
27 tests were completed in 15s with 27 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
testengine.user.storagestate.tests.AzureCliHelperTests | 5✅ | 84ms | ||
testengine.user.storagestate.tests.DataverseKeyStoreTests | 4✅ | 30ms | ||
testengine.user.storagestate.tests.DataverseStorageStateUserManagerModuleTests | 2✅ | 347ms | ||
testengine.user.storagestate.tests.StorageStateUserManagerModuleTests | 16✅ | 5s |
✅ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_38.trx
5 tests were completed in 4s with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
testengine.module.browserlocale.tests.PauseFunctionTests | 2✅ | 228ms | ||
testengine.module.browserlocale.tests.PauseModuleTests | 3✅ | 220ms |
✅ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_43.trx
102 tests were completed in 16s with 99 passed, 0 failed and 3 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Microsoft.PowerApps.TestEngine.Tests.PowerApps.ModelDrivenApplicationProviderCustomPageTests | 31✅ | 1s | ||
Microsoft.PowerApps.TestEngine.Tests.PowerApps.ModelDrivenApplicationProviderEntityListTests | 2✅ | 3⚪ | 8ms | |
Microsoft.PowerApps.TestEngine.Tests.PowerApps.ModelDrivenApplicationProviderTests | 49✅ | 11s | ||
testengine.provider.mda.tests.ModelDrivenApplicationCanvasStateTests | 17✅ | 264ms |
✅ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_59.trx
15 tests were completed in 4s with 15 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
testengine.module.browserlocale.tests.PlaywrightActionFunctionTests | 8✅ | 310ms | ||
testengine.module.browserlocale.tests.PlaywrightActionModuleTests | 3✅ | 223ms | ||
testengine.module.browserlocale.tests.PlaywrightActionValueFunctionTests | 4✅ | 291ms |
✅ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_13_21.trx
5 tests were completed in 4s with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
testengine.auth.certificatestore.tests.CertificateStoreProviderTests | 5✅ | 153ms |
✅ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_13_29.trx
8 tests were completed in 8s with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
testengine.user.storagestate.tests.PowerPlatformLoginTests | 8✅ | 244ms |
✅ src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_13_37.trx
5 tests were completed in 8s with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Microsoft.PowerApps.TestEngine.Tests.PowerApps.PowerAppPortalProviderTest | 5✅ | 81ms |
Annotations
Check failure on line 305 in src/Microsoft.PowerApps.TestEngine.Tests/System/FileSystemTests.cs
github-actions / DotNet Tests
Microsoft.PowerApps.TestEngine.Tests.System.FileSystemTests ► CanDeleteJsonFile
Failed test found in:
src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_05.trx
Error:
System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\Users\runneradmin\AppData\Local\Temp\Microsoft\TestEngine\test.json'.
Raw output
System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\Users\runneradmin\AppData\Local\Temp\Microsoft\TestEngine\test.json'.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.File.OpenHandle(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.File.WriteToFile(String path, FileMode mode, String contents, Encoding encoding)
at Microsoft.PowerApps.TestEngine.Tests.System.FileSystemTests.CanDeleteJsonFile() in D:\a\PowerApps-TestEngine\PowerApps-TestEngine\src\Microsoft.PowerApps.TestEngine.Tests\System\FileSystemTests.cs:line 305
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Check failure on line 322 in src/Microsoft.PowerApps.TestEngine.Tests/System/FileSystemTests.cs
github-actions / DotNet Tests
Microsoft.PowerApps.TestEngine.Tests.System.FileSystemTests ► CannotDeleteOtherFiles(fileName: "test.csx")
Failed test found in:
src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_05.trx
Error:
System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\Users\runneradmin\AppData\Local\Temp\Microsoft\TestEngine\test.csx'.
Raw output
System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\Users\runneradmin\AppData\Local\Temp\Microsoft\TestEngine\test.csx'.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.File.OpenHandle(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.File.WriteToFile(String path, FileMode mode, String contents, Encoding encoding)
at Microsoft.PowerApps.TestEngine.Tests.System.FileSystemTests.CannotDeleteOtherFiles(String fileName) in D:\a\PowerApps-TestEngine\PowerApps-TestEngine\src\Microsoft.PowerApps.TestEngine.Tests\System\FileSystemTests.cs:line 322
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
Check failure on line 322 in src/Microsoft.PowerApps.TestEngine.Tests/System/FileSystemTests.cs
github-actions / DotNet Tests
Microsoft.PowerApps.TestEngine.Tests.System.FileSystemTests ► CannotDeleteOtherFiles(fileName: "test.yaml")
Failed test found in:
src/TestResults/runneradmin_fv-az653-236_2024-12-17_23_12_05.trx
Error:
System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\Users\runneradmin\AppData\Local\Temp\Microsoft\TestEngine\test.yaml'.
Raw output
System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\Users\runneradmin\AppData\Local\Temp\Microsoft\TestEngine\test.yaml'.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.File.OpenHandle(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.File.WriteToFile(String path, FileMode mode, String contents, Encoding encoding)
at Microsoft.PowerApps.TestEngine.Tests.System.FileSystemTests.CannotDeleteOtherFiles(String fileName) in D:\a\PowerApps-TestEngine\PowerApps-TestEngine\src\Microsoft.PowerApps.TestEngine.Tests\System\FileSystemTests.cs:line 322
at InvokeStub_FileSystemTests.CannotDeleteOtherFiles(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)