Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Packaging.feature
  • Loading branch information
danielpalme committed Jun 16, 2015
commit d946d88a017fc93afa18e7ea005ab37d0af1fc57
6 changes: 3 additions & 3 deletions main/OpenCover.Specs/Packaging.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: Packaging
Feature: Packaging
In order to avoid deployment issues
As a software packager
I want to be sure that opencover runs after installation
Expand All @@ -15,8 +15,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
And I execute the deployed OpenCover against the x64 target application
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
Then the coverage results should be the same

@msitag
Expand Down