bUnit icon indicating copy to clipboard operation
bUnit copied to clipboard

bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass param...

Results 78 bUnit issues
Sort by recently updated
recently updated
newest added

Some test scenarios that rely on JSInterop and JavaScript to execute to work, cannot be tested with bUnit currently. This could be solved by: - Providing a new test context,...

enhancement
help wanted
input needed

Covered for now through https://github.com/egil/bUnit/discussions/239

documentation
help wanted

With #5 / #75 / beta-7, it should be possible to reuse the core parts of the library to add support for Mobile Blazor Bindings, including support for "razor based...

enhancement
help wanted
input needed
investigate

The new `StringSyntaxAttribute` in .net7 signals to IDEs that a certain property/argument/field is a specific type of string, e.g. html, that allows editors to give syntax highlighting and auto completion...

The new `NavigateToLogin()` extension method on `NavigationManager` and the `InteractiveRequestOptions` should work out of the box with bUnit and the support for passing state with navigation added in #829, but...

enhancement
needs design

The nightly build failed against the nightly .NET 7 SDK. Please investigate. ## Additional information `dotnet --version`: `7.0.100-rc.2.22472.26`

input needed

**Describe the Bug** My company ships a product called Breakdance, which is a unit testing framework that (among other things) integrates with Microsoft `IHost` model to let you do cleaner...

input needed
needs design

Recently the verification workflow on Windows has started to fail. It is not crashing as far as I can tell, it's just unit tests related to "wait for" logic (concurrency)...

bug
investigate
high-priority

Describe the Bug As I mentioned in #847, our product added the ability to be a FallbackServiceProvider for bUnit. The problem now is that, your IServiceProvider implementation is missing the...

input needed

`.net7.0-preview7` introduced two new properties on the `MouseEventArgs`: `MovementX` and `MovementY` ([API diff](https://github.com/dotnet/core/blob/main/release-notes/7.0/preview/api-diff/preview7/Microsoft.AspNetCore.App/7.0-preview7_Microsoft.AspNetCore.Components.Web.md), [current main](https://github.com/dotnet/aspnetcore/blob/main/src/Components/Web/src/Web/MouseEventArgs.cs#L59)). I tried to find in which places the property gets set, but found only a...

good first issue