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

Commit adf6b05

Browse files
committed
fix bdd tests after nuget package update
1 parent cbf85e0 commit adf6b05

File tree

3 files changed

+237
-238
lines changed

3 files changed

+237
-238
lines changed

main/OpenCover.Specs/Packaging.feature

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Feature: Packaging
22
In order to avoid deployment issues
3-
As a software packager
4-
I want to be sure that opencover runs after installation
3+
I want to be sure that opencover runs after package installation
54

65
@ziptag
76
Scenario: Run OpenCover after installing from zip file
@@ -15,8 +14,8 @@ Scenario: Run OpenCover after installing from zip file
1514
Scenario: Run OpenCover after installing from a nuget package
1615
Given I have a valid nugetpackage in the output folder
1716
And I unpack that package into a deployment folder
18-
When I execute the deployed OpenCover against the x86 target application in subfolder tools
19-
And I execute the deployed OpenCover against the x64 target application in subfolder tools
17+
When I execute the deployed OpenCover against the x86 target application, using the tools subfolder
18+
And I execute the deployed OpenCover against the x64 target application, using the tools subfolder
2019
Then the coverage results should be the same
2120

2221
@msitag

main/OpenCover.Specs/Packaging.feature.cs

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)