-
[//]: # (
. Note: for support questions, please create a discussion at https://github.com/orgs/allure-framework/discussions.
. This repository's issues are reserved for feature requests and bug repo…
-
### SpecFlow Version
3.9.74
### Which test runner are you using?
xUnit
### Test Runner Version Number
3.9.74
### .NET Implementation
.NET 6.0
### Project Format of the SpecFlow…
-
I have the following test:
```
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework)]
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
public static void TrimDbEnti…
-
## Failing Test(s)
Microsoft.AspNetCore.Components.WebViewE2E.Test.WebViewManagerE2ETests.CanLaunchPhotinoWebViewAndClickButton
## Error Message
```text
Assert.Contains() Failure…
-
https://github.com/open-telemetry/opentelemetry-dotnet/actions/runs/7673587827/job/20916515026?pr=5262
```text
[xUnit.net 00:00:17.94] OpenTelemetry.Trace.Tests.BatchExportActivityProcessorTes…
-
I don't think this requires sample code, as it's evident in the source.
```
using (var fs = File.OpenRead(filename))
{
PdfPage pdfPage = outputPdf.AddPage();
pdfPage.Width = XUnit.FromM…
-
- Configure xUnit
- Create initial test cases
- Setup GitHub Actions for CI
-
Hi @bradwilson,
we could have some team that are interested to onboard the new testing platform but they're stuck at the moment with xunit v2.
We did integration with v3 already, I wonder if it…
-
Methods which uses `FsCheck.Xunit.PropertyAttribute`, throws `MissingMethodException` in xUnit version 2.9 when having `ITestOutputHelper` as a ctor dependency. Removing the ctor seems to solve the pr…
-
Type: Bug
## Issue Description ##
I've started having an issue in one particular solution in a set of folders. When I try to debug a unit test so that I can step through the code, I get a message…