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

Commit

Permalink
fix bdd tests after nuget package update
Browse files Browse the repository at this point in the history
  • Loading branch information
sawilde committed Jan 10, 2021
1 parent cbf85e0 commit adf6b05
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 238 deletions.
7 changes: 3 additions & 4 deletions main/OpenCover.Specs/Packaging.feature
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Feature: Packaging
In order to avoid deployment issues
As a software packager
I want to be sure that opencover runs after installation
I want to be sure that opencover runs after package installation

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

@msitag
Expand Down
46 changes: 23 additions & 23 deletions main/OpenCover.Specs/Packaging.feature.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit adf6b05

Please sign in to comment.