-
On Visual Studio Community 2017 (15.9.3) tests seem to be discovered properly; however, when trying to run them I get the following messages:
```
[22.05.2019 01:33:59 Informational] ------ Run test …
Yaevh updated
5 years ago
-
New to Spec Flow and have a setup feature and stepdefintion file question.
### SpecFlow Version:
- [x] 2.2
- [ ] 2.1
- [ ] 2.0
- [ ] 1.9
### Used Test Runner
- [] SpecFlow+Runner
- […
-
Windows 10 version - 1703, build 15063.138
Visual Studio 2017 Enterprise - 15.2
Specflow v2.20
SpecFlow.MsTest v2.2.0
SpecRun.Runner v1.6.0
SpecRun.SpecFlow v1.6.0
SpecRun.SpecFlow.2-2-0 v1.6.0
…
-
This is similar to #2959, but for Spanner.
Currently we have the following targeting:
- Spanner.Data: netstandard1.5;netstandard2.0;net45
- Spanner.Common.V1: netstandard1.5;net45
- Spanner.V1…
-
I was excited to see #601 was merged into v9.10.0. Although it looks like the nuspec that is being used has an old set of frameworks and dependencies, which brings it back to the same point as previou…
-
**Repro**
Unzip: [mytestlib.zip](https://github.com/tonerdo/coverlet/files/3613186/mytestlib.zip)
Within the unzipped directory, run:
```
dotnet test
dotnet test /p:CollectCoverage=true
```
…
-
### Summary
Microsoft has officially deprecated Portable Class Libraries, which is what Duality is based on with regard to portability. Projects still compile just fine and will for the foreseeable…
ilexp updated
4 years ago
-
From https://github.com/techtalk/SpecFlow/issues/1234#issuecomment-414808500
### SpecFlow Version:
- [ ] 2.3
- [ ] 2.2
- [x] 2.1
- [ ] 2.0
- [ ] 1.9
### Used Test Runner
- [ ] Sp…
-
After adding `"AutoMapper": "5.0.2"` to `project.json`, running `dotnet restore`
```
"frameworks": {
"net452": {}
},
```
```
Errors in C:\Source\MyApi\project.json
Package AutoMapper 5.0…
-
Hello,
I downloaded the Ghpr.Console from the VS nuget for my project and it's in the package of project.
I had already TestReport.xml that generated by nunit3-console.exe. I just want to use the …