-
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…
-
If you create a new .NET 4.8 test project and reference
- FsCheck.3.0.0-rc3
- FsCheck.Xunit.3.0.0-rc3
- xunit.2.7.0
- Other xUnit dependencies in 2.7.0 version
then the FsCheck `[]` test fai…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Aspire 9 Test Project (xUnit) imposes STS libraries on solutions using LTS libraries by takin…
-
**Is your feature request related to a problem? Please describe.**
Requirement for automated testing support, leveraging Ecstasy language features designed for the purpose (e.g. `@Test`, link-time co…
-
**Stress Testing**: Testing how the application handles extreme loads (e.g., high traffic or large datasets).
(Example: Using tools like Apache JMeter or .NET benchmarking tools to simulate thousands…
-
## Expected Behavior
1. The ReSharper test runner and the VSTest runner should not hang.
1. `dotnet test` should pass if `dotnet xunit` pass
## Actual Behavior
1. When running the test defin…
-
Full disclosure this could be an issue with how DevOps handles test results, but as this issue only seems to occur on xUnit v3 (vs. v2, which behaves as expected) this feels like the place to start.
…
-
By executing npx command "npx xunit-viewer -r "test-reports/report.xml" -o test-reports/axecore-snapshot/storybook-test-report.html" I am getting the following error.:
showHelp()
^
Type…
-
**Describe the bug**
See https://github.com/NCronJob-Dev/NCronJob/pull/124#issuecomment-2453120185 and follow up discussion
Repro'd against https://github.com/NCronJob-Dev/NCronJob/commit/abf6f2…
-
Parent [#52]
## Unit and integration testing framework
### Advantages
- well-supported in the community
- active
- fluent syntax
### Disadvantages
- who's runner do we use?