Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 473acb9

Browse files
committed
Test frameworks
1 parent 0362142 commit 473acb9

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,23 @@ Update your `project.json`:
4040

4141
0. Build for your tests to be discovered. **Note:** there is [a bug with the .NET Core CLI requiring a second build for newly added files to be discovered](https://github.com/stajs/SpecFlow.NetCore/issues/22).
4242

43-
### Supported frameworks
43+
### Samples
44+
45+
If you build the [samples](https://github.com/stajs/SpecFlow.NetCore/tree/master/samples/) solution, you should see `.feature.cs` files and an `app.config` being generated.
46+
47+
## Supported frameworks
48+
49+
### .NET Core
4450

4551
- `netcoreapp1.0`
4652
- `net46`
4753
- `net461`
4854

49-
### Samples
50-
51-
If you build the [samples](https://github.com/stajs/SpecFlow.NetCore/tree/master/samples/) solution, you should see `.feature.cs` files and an `app.config` being generated.
55+
### Test frameworks
5256

53-
## Test Frameworks
57+
- [xUnit](https://xunit.github.io/)
5458

55-
The auto-generated `app.config` is configured to use [xUnit](https://xunit.github.io/). This can be changed as per the [SpecFlow Configuration Documentation](https://github.com/techtalk/SpecFlow/wiki/Configuration), however (at time of writing) no other test frameworks are available for .NET Core.
59+
xUnit was the first cab off the rank with support for DNX and then .NET Core. Since then, MsTest and NUnit have become available. Support for these may be added in the future.
5660

5761
## Visual Studio
5862

0 commit comments

Comments
 (0)