Aron Weiler

Results 25 comments of Aron Weiler

How about an example where two TCP nodes stream a file between them? Doesn't seem to be supported very well...

I would like to pile on here and ask what, if anything, is going to be the automated testing solution for Windows UI applications now that CodedUI is deprecated, and...

Some additional information: I forked your repo and found that I can easily add a `DependencyProperty` (example below) that allows me to add `AutomationId`s to the control, but while this...

So years later and this is still open? **How exactly should I be running UWP tests from the command line?** My system: - Docker Windows 10 image (windowsservercore-ltsc2019), with the...

Update- I made some progress on this over the last day. Looking through all of the referenced files in my build system, I have found the `Microsoft.VisualStudio.TestPlatform.Fakes.dll`, it is in...

The `Microsoft.VisualStudio.Workload.UniversalBuildTools` workload is definitely included, and the `UwpTestHostRuntimeProvider.dll` is present in the following location: `C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\Extensions\TestPlatform\Extensions`

Ok, attached is the diagnostic file from the test command below: `vstest.console /Logger:trx /Platform:x64 /Framework:FrameworkUAP10 OmnitoolUWP\Omnitool.Tests.Unit\bin\x64\Rele ase\Omnitool.Tests.Unit.build.appxrecipe /diag:c:\build\diag.txt` [diag.txt](https://github.com/microsoft/vstest/files/7681171/diag.txt)

> Hey @ogabrielluiz, you better change that API key ;)

As a follow-up, I tried reverting the updated NuGet packages one by one, and found that it was the update of the `SpecFlow.Actions.WindowsAppDriver` that is the culprit. If I downgrade...

Hey, just thought I would contribute here, since I just ran into this issue... I have a 211 page PDF that I am testing `pdfplumber` with (great tool, by the...