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

Test: ```cs [Theory] [MemberData(nameof(Data))] public void Test(string p1, UIColor p2) { // ... } ``` When some MemberData, ClassData items fail the test, the runner app doesn't show failed, only...

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.1 to 2.4.3. Release notes Sourced from xunit.runner.visualstudio's releases. v2.4.3 Changes: #229: Target frameworks not matching #226: Bump MSBuild.Sdk.Extras from 2.0.54 to 2.1.2 #227: Bump Nerdbank.GitVersioning from...

dependencies

It seems all the other nuget packages except for the VS one to integrate with Visual Studio one resolves for netstandard2.0 though, While all but the regular Xunit package resolves...

I'm looking to test UWP app. When I run the app, following error occurs: ![image](https://user-images.githubusercontent.com/12828168/77805038-fffeeb80-70a6-11ea-8088-22f5dcb1ed9f.png) Output Debug window shows following error: The program *[14520] XunitWithUWP.exe* has exited with code *-1073741189...

Bumps Xamarin.Forms from 3.3.0.912540 to 4.3.0.991211. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=Xamarin.Forms&package-manager=nuget&previous-version=3.3.0.912540&new-version=4.3.0.991211)](https://dependabot.com/compatibility-score.html?dependency-name=Xamarin.Forms&package-manager=nuget&previous-version=3.3.0.912540&new-version=4.3.0.991211) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hello, I'm a screen reader user and I found issues when running the test runner for Windows universal. The issue is that list items accessibility name are set to the...

enhancement
help wanted

Hi, this monday I upgraded the latest iOS SDKs versions and when I try to run the test in iOS test runner this show only blank page. In the terminal...

I need a device runner for macOS and I am already using xunit device runners. Since Xamarin Forms 3, macOS is possible. Is there interest in supporting a macOS device...

enhancement

# Description Upon creating a new Device Runner from the Android template in Visual Studio, the xunit.runner.devices package fails to install due to the Android template targeting v6 Marshmellow instead...

1. when I build the unit tests in UWP, it always stars with window. is it possible to avoid it? or at least start with testing without clicking on any...