You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Update your `project.json`:
27
27
```json
28
28
"tools": {
29
29
"SpecFlow.NetCore": "1.0.0-*"
30
-
},
30
+
}
31
31
```
32
32
33
33
0. Add a `precompile` script:
@@ -37,7 +37,7 @@ Update your `project.json`:
37
37
"precompile": [ "dotnet SpecFlow.NetCore" ]
38
38
}
39
39
```
40
-
40
+
41
41
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).
0 commit comments