Skip to content

Commit 0d755a3

Browse files
authored
Update index.html
1 parent f284f30 commit 0d755a3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
<div class="col-md-10">
7676
<article class="content wrap" id="_content" data-uid="">
7777

78-
<p><a href="https://github.com/egil/bunit/actions?query=workflow%3ACI"><img src="https://img.shields.io/github/workflow/status/egil/bunit/CI?logo=github&amp;style=flat-square" alt="GitHub Workflow Status"></a>
79-
<a href="https://github.com/egil/bunit/releases"><img src="https://img.shields.io/github/v/tag/egil/bunit?include_prereleases&amp;logo=github&amp;style=flat-square" alt="GitHub tag (latest SemVer pre-release)"></a>
80-
<a href="https://www.nuget.org/packages/bunit/"><img src="https://img.shields.io/nuget/dt/bunit?logo=nuget&amp;style=flat-square" alt="Nuget"></a>
81-
<a href="https://github.com/egil/bunit/issues"><img src="https://img.shields.io/github/issues/egil/bunit.svg?style=flat-square&amp;logo=github&amp;style=flat-square" alt="Issues Open"></a>
82-
<a href="https://gitter.im/bunit/community?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge"><img src="https://img.shields.io/gitter/room/bunit/community?logo=gitter&amp;style=flat-square" alt="Gitter"></a></p>
78+
<p><a href="https://github.com/egil/bunit/actions?query=workflow%3ACI"><img src="https://camo.githubusercontent.com/ee9e8a7abd40ee2d794b4efa679b7686e6fac1d6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6567696c2f62756e69742f43493f6c6f676f3d676974687562267374796c653d666c61742d737175617265" alt="GitHub Workflow Status" data-canonical-src="https://img.shields.io/github/workflow/status/egil/bunit/CI?logo=github&amp;style=flat-square" style="max-width:100%;"></a>
79+
<a href="https://github.com/egil/bunit/releases"><img src="https://camo.githubusercontent.com/3496eebd346567ba6d7ef52a484989fb0ba1fae3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f6567696c2f62756e69743f696e636c7564655f70726572656c6561736573266c6f676f3d676974687562267374796c653d666c61742d737175617265" alt="GitHub tag (latest SemVer pre-release)" data-canonical-src="https://img.shields.io/github/v/tag/egil/bunit?include_prereleases&amp;logo=github&amp;style=flat-square" style="max-width:100%;"></a>
80+
<a href="https://www.nuget.org/packages/bunit/" rel="nofollow"><img src="https://camo.githubusercontent.com/fc5dbdaabd5cfaf045aa5f7ae74b5040ddc67ccf/68747470733a2f2f696d672e736869656c64732e696f2f6e756765742f64742f62756e69743f6c6f676f3d6e75676574267374796c653d666c61742d737175617265" alt="Nuget" data-canonical-src="https://img.shields.io/nuget/dt/bunit?logo=nuget&amp;style=flat-square" style="max-width:100%;"></a>
81+
<a href="https://github.com/egil/bunit/issues"><img src="https://camo.githubusercontent.com/44832b27dac478dbdf6a82ef0722309bd27f1135/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6567696c2f62756e69742e7376673f7374796c653d666c61742d737175617265266c6f676f3d676974687562" alt="Issues Open" data-canonical-src="https://img.shields.io/github/issues/egil/bunit.svg?style=flat-square&amp;logo=github" style="max-width:100%;"></a>
82+
<a href="https://gitter.im/egil/bunit?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge" rel="nofollow"><img src="https://camo.githubusercontent.com/2382c0b21c32ec7b62b5885740316e9600000eac/68747470733a2f2f696d672e736869656c64732e696f2f6769747465722f726f6f6d2f6567696c2f62756e69743f6c6f676f3d676974746572267374796c653d666c61742d737175617265" alt="Gitter" data-canonical-src="https://img.shields.io/gitter/room/egil/bunit?logo=gitter&amp;style=flat-square" style="max-width:100%;"></a></p>
8383
<h1 id="bunit---a-testing-library-for-blazor-components">bUnit - a testing library for Blazor Components</h1>
8484
<p><strong>bUnit</strong>, previously known as <strong>Blazor Components Testing Library</strong>, is a unit testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJsRuntime, and perform snapshot testing.</p>
8585
<p>This library's goal is to make it easy to write <em>comprehensive, stable unit tests</em> for Blazor Components/Razor Components. To see how, go to the <a href="/docs">Documentation pages</a>.</p>

0 commit comments

Comments
 (0)