-
Notifications
You must be signed in to change notification settings - Fork 1
Example 1
Johan Leino edited this page Aug 7, 2013
·
5 revisions
Let's assume that we have a situation where the default packages folder location ('..') is not the one we're using. When we executed the script we got the following in our error log:

In this situation got an error message that described how and what the problem is and how to fix it. If that's not the case, look at the defaults to find out.
Import-Module .\TeamCity.SpecFlow.Reporting.psm1
Set-Properties @{
PathToPackagesFolder = '..\\..\\'
}
Invoke-TeamCitySpecFlowReport