Skip to content

Commit 2805128

Browse files
committed
Bumped version to beta-3
1 parent 915b7e1 commit 2805128

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@
55
[![Gitter](https://badges.gitter.im/razor-components-testing-library/community.svg)](https://gitter.im/razor-components-testing-library/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
66

77
# Blazor Components Testing Library
8+
89
A testing library for Blazor Components. You can easily define components under test in C# or Razor syntax, it has intelligent HTML diffing/comparison logic. You can easily interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock `IJsRuntime`, and perform snapshot testing.
910

10-
This library's goal is to make it easy to write _comprehensive, stable unit tests_ for Blazor Components/Razor Components. To see how, head to the documentation pages:
11+
This library's goal is to make it easy to write _comprehensive, stable unit tests_ for Blazor Components/Razor Components. To see how, head to the Wiki pages:
1112

12-
1. [Introduction](docs/readme.md)
13-
2. [Getting started](docs/readme.md#getting-started)
14-
3. [Examples](docs/readme.md#examples)
15-
4. [References](docs/readme.md#references)
16-
5. [Contribute](docs/readme.md#contribute)
13+
- [Home](https://github.com/egil/razor-components-testing-library/wiki)
14+
- [Getting started](https://github.com/egil/razor-components-testing-library/wiki/Getting-Started)
15+
- [C# based testing](https://github.com/egil/razor-components-testing-library/wiki/C%23-based-testing)
16+
- [C# test examples](https://github.com/egil/razor-components-testing-library/wiki/C%23-test-examples)
17+
- [Razor based testing](https://github.com/egil/razor-components-testing-library/wiki/Razor-based-testing)
18+
- [Razor test examples](https://github.com/egil/razor-components-testing-library/wiki/Razor-test-examples)
19+
- [Snapshot testing](https://github.com/egil/razor-components-testing-library/wiki/Snapshot-testing)
20+
- [Working with rendered components and fragments](https://github.com/egil/razor-components-testing-library/wiki/Working-with-rendered-components-and-fragments)
21+
- [Semantic HTML markup comparison](https://github.com/egil/razor-components-testing-library/wiki/Semantic-html-markup-comparison)
22+
- [Mocking JsRuntime](https://github.com/egil/razor-components-testing-library/wiki/Mocking-JsRuntime)
23+
- [References](https://github.com/egil/razor-components-testing-library/wiki/References)
24+
- [Contribute](https://github.com/egil/razor-components-testing-library/wiki/Contribute)

src/Egil.RazorComponents.Testing.Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<RepositoryType>git</RepositoryType>
1313
<PackageProjectUrl>https://github.com/egil/razor-components-testing-library</PackageProjectUrl>
1414
<PackageTags>razor-components unit-testing testing blazor blazor-server-side blazor-client-side</PackageTags>
15-
<Version>1.0.0-beta-2</Version>
15+
<Version>1.0.0-beta-3</Version>
1616
<Authors>Egil Hansen</Authors>
1717
<Company>Egil Hansen</Company>
1818
<Product>Razor Component Testing Library</Product>

0 commit comments

Comments
 (0)