devices.xunit icon indicating copy to clipboard operation
devices.xunit copied to clipboard

xUnit.net Runners for Devices

Results 26 devices.xunit issues
Sort by recently updated
recently updated
newest added

The functionality to filter tests with a string the same as you would with the xunit ''[filter](https://docs.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests)" parameter, or basic string matching would be great for doing TDD on platform...

enhancement
help wanted

Consider changing the UX so that when I tap a test name it does not re-execute the test, but rather switches to a backstage view that shows the full test...

enhancement
help wanted

The layout is such that test names are not discernible on small devices. The text just gets cut off somewhere within the namespace name, or class name if you're lucky....

bug

If you follow the [xUnit instructions for creating a brand new UWP project from scratch and adding a test](https://xunit.net/docs/getting-started/uwp/devices-runner) the resulting tests will not run. The Visual Studio Explorer shows...

I have an android test runner app set up and the tests are being hit when running on device. However, I do not see results anywhere. I've tried stuff like...

Do you plan to add support `net6.0-android` and `net6.0-ios` targets for native projects?