85 Forks
853 Stars
853 Watchers

bUnit

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 parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.

How to download and setup bUnit

Open terminal and run command
git clone https://github.com/bUnit-dev/bUnit.git
git clone is used to create a copy or clone of bUnit repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with bUnit https://github.com/bUnit-dev/bUnit/archive/master.zip

Or simply clone bUnit with SSH
[email protected]:bUnit-dev/bUnit.git

If you have some problems with bUnit

You may open issue on bUnit support forum (system) here: https://github.com/bUnit-dev/bUnit/issues