SpecFlowOSS / SpecFlow

#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
https://www.specflow.org/
Other
2.24k stars 754 forks source link

Visual Studio defaulting to Specflow V1.9.0.77 rather than currently installed version #1338

Closed TomFS closed 5 years ago

TomFS commented 5 years ago

SpecFlow Version:

Used Test Runner

Version number:

Visual Studio Version

Are the latest Visual Studio updates installed?

.NET Framework:

Test Execution Method:

<SpecFlow> Section in app.config

  <specFlow>
    <!-- For additional details on SpecFlow configuration options see http://go.specflow.org/doc-config -->
    <!-- For additional details on SpecFlow configuration options see http://go.specflow.org/doc-config -->
    <unitTestProvider name="NUnit" />
  </specFlow>

Repro Project

Issue Description

Severity Code Description Project File Line Suppression State Error CS0234 The type or namespace name 'TestFixtureSetUpAttributeAttribute' does not exist in the namespace 'NUnit.Framework' (are you missing an assembly reference?) OctopusAutomated C:\dev\octopus.automation\OctopusAutomated\Features\Absence.feature 3 Active Error CS0234 The type or namespace name 'TestFixtureSetUpAttribute' does not exist in the namespace 'NUnit.Framework' (are you missing an assembly reference?) OctopusAutomated C:\dev\octopus.automation\OctopusAutomated\Features\Absence.feature 3 Active Error CS0234 The type or namespace name 'TestFixtureTearDownAttributeAttribute' does not exist in the namespace 'NUnit.Framework' (are you missing an assembly reference?) OctopusAutomated C:\dev\octopus.automation\OctopusAutomated\Features\Absence.feature 11 Active Error CS0234 The type or namespace name 'TestFixtureTearDownAttribute' does not exist in the namespace 'NUnit.Framework' (are you missing an assembly reference?) OctopusAutomated C:\dev\octopus.automation\OctopusAutomated\Features\Absence.feature 11 Active Error CS0234 The type or namespace name 'TestFixtureTearDownAttributeAttribute' does not exist in the namespace 'NUnit.Framework' (are you missing an assembly reference?) OctopusAutomated C:\dev\octopus.automation\OctopusAutomated\Features\HomePage.feature 12 Active Error CS0234 The type or namespace name 'TestFixtureTearDownAttribute' does not exist in the namespace 'NUnit.Framework' (are you missing an assembly reference?) OctopusAutomated C:\dev\octopus.automation\OctopusAutomated\Features\HomePage.feature 12 Active

Errors above appear every time the project is cleaned and built. Feature files all built with output below: // // This code was generated by SpecFlow (http://www.specflow.org/). // SpecFlow Version:1.9.0.77 // SpecFlow Generator Version:1.9.0.0 // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. //

I have worked through fixes/suggestions from other similar issues but have not managed to fix the problem. Have tried reinstalling all Nuget packages and VS extensions.

Using below version of NUnit/Specflow:

...

Steps to Reproduce

SabotageAndi commented 5 years ago

There should be a SpecFlow output window with some logging.

If not, you have to enable it in the options:

image

It's at the bottom to enable.

TomFS commented 5 years ago

Here is the output from loading the solution, deleting the feature.cs files and re-running custom tool:

[13:03:35.9823082] Tracing: Tracing enabled for all categories [13:03:35.9823082] ProjectScopeFactory: subscribed to solution closed 1 [13:03:36.0178075] VsProjectScope: Initializing... [13:03:36.0728068] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\app.config [13:03:36.0968086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Features\Absence.feature [13:03:36.0973091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Features\CriticalPath1.feature [13:03:36.0978085] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Features\HomePage.feature [13:03:36.0983086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Features\Provisioning.feature [13:03:36.0988238] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Features\Training.feature [13:03:36.2748100] VsProjectScope: Initialized [13:03:36.2748100] VsProjectScope: Starting analysis services... [13:03:36.2848082] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\BaseTest.cs [13:03:36.2853080] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Ieinitialiser.cs [13:03:36.2863083] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Base\ConfigTests.cs [13:03:36.2868089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Configuration\ConfigInit.cs [13:03:36.2893084] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Headspring\Enumeration.cs [13:03:36.2898090] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\DynamicsPage.cs [13:03:36.2903111] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\LoginPage.cs [13:03:36.2903111] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\OctopusPage.cs [13:03:36.2908089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\StaticDataPage.cs [13:03:36.2913221] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\Users.cs [13:03:36.2918096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Properties\AssemblyInfo.cs [13:03:36.2918096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Scripts\AsposeHelper.cs [13:03:36.2923105] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Scripts\iTextSharpHelper.cs [13:03:36.2923105] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Scripts\Manager.cs [13:03:36.2928158] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\LoginSteps.cs [13:03:36.2933096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\OctopusSteps.cs [13:03:36.3088096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\IntranetPatches.cs [13:03:36.3093121] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Absence.cs [13:03:36.3098150] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Absence_Block.cs [13:03:36.3098150] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Absence_Routine.cs [13:03:36.3103120] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_AbsenceType.cs [13:03:36.3103120] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Accidents.cs [13:03:36.3108086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_AccidentsType.cs [13:03:36.3108086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Activity.cs [13:03:36.3113127] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Analysis.cs [13:03:36.3113127] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Analysis_Attribute.cs [13:03:36.3118145] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Approval.cs [13:03:36.3118145] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Attribute.cs [13:03:36.3123103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Audit.cs [13:03:36.3123103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Audit_Detail.cs [13:03:36.3128084] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_BankHoliday.cs [13:03:36.3128084] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Blackout.cs [13:03:36.3133082] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Bradford.cs [13:03:36.3133082] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Bradford_Recipient.cs [13:03:36.3138099] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Button.cs [13:03:36.3143085] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Company.cs [13:03:36.3188087] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Company_Config.cs [13:03:36.3193088] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_CompanyLookup.cs [13:03:36.3193088] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_CompanyLookupType.cs [13:03:36.3198121] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Config.cs [13:03:36.3198121] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Contact.cs [13:03:36.3203083] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_CriticalIllness.cs [13:03:36.3203083] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Currency.cs [13:03:36.3208093] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Custom.cs [13:03:36.3208093] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Custom_Filter.cs [13:03:36.3213102] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Custom_Head.cs [13:03:36.3213102] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Custom_Item.cs [13:03:36.3218116] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Custom_Link.cs [13:03:36.3218116] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Custom_List.cs [13:03:36.3223113] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Custom_Response.cs [13:03:36.3223113] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Custom_Type.cs [13:03:36.3228111] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Document_Link.cs [13:03:36.3233116] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Documents.cs [13:03:36.3233116] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Documents_Read.cs [13:03:36.3238130] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Element.cs [13:03:36.3238130] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Element_Cost.cs [13:03:36.3248192] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Employee_Element.cs [13:03:36.3253106] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_EmployeeDetails.cs [13:03:36.3253106] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Entitlement.cs [13:03:36.3258195] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Event.cs [13:03:36.3263086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Event_Recipient.cs [13:03:36.3263086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Expense.cs [13:03:36.3268087] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Expense_Accrual.cs [13:03:36.3268087] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Expense_Element.cs [13:03:36.3273089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Expense_File.cs [13:03:36.3273089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Expense_Link.cs [13:03:36.3278086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Expense_Submit.cs [13:03:36.3278086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Expense_Tax.cs [13:03:36.3283084] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Expense_Unit.cs [13:03:36.3283084] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Expense_Zone.cs [13:03:36.3288085] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Feed.cs [13:03:36.3288085] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Feed_Log.cs [13:03:36.3293083] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_File.cs [13:03:36.3298092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_File_Type.cs [13:03:36.3298092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Form.cs [13:03:36.3303086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Handbook.cs [13:03:36.3303086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_History_Absence.cs [13:03:36.3308103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_History_Contract.cs [13:03:36.3313101] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_History_Payroll.cs [13:03:36.3313101] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Huntsworth.cs [13:03:36.3318087] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_IncomeProtection.cs [13:03:36.3318087] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Inventory.cs [13:03:36.3323088] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Kpi.cs [13:03:36.3323088] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Kpi_Recipient.cs [13:03:36.3328082] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Kpi_Type.cs [13:03:36.3328082] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Legal.cs [13:03:36.3333079] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Legal_Sra.cs [13:03:36.3333079] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_LifeCover.cs [13:03:36.3338085] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Link.cs [13:03:36.3343094] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Lookup.cs [13:03:36.3343094] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Model.cs [13:03:36.3348092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Model_Detail.cs [13:03:36.3348092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Nav.cs [13:03:36.3353153] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Nav_Type.cs [13:03:36.3353153] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_News.cs [13:03:36.3353153] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Other.cs [13:03:36.3358107] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Pattern.cs [13:03:36.3358107] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Payroll_AEO.cs [13:03:36.3358107] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Payroll_Document.cs [13:03:36.3363108] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Payroll_File.cs [13:03:36.3363108] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Payroll_P45.cs [13:03:36.3368090] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Payroll_P46.cs [13:03:36.3368090] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Payroll_P60.cs [13:03:36.3368090] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Payroll_P60_Detail.cs [13:03:36.3373091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Payroll_Request.cs [13:03:36.3373091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Payslip.cs [13:03:36.3373091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Payslip_Detail.cs [13:03:36.3378089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Pension.cs [13:03:36.3378089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Pension_Provider.cs [13:03:36.3383091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Perform.cs [13:03:36.3383091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Perform_Alternate.cs [13:03:36.3383091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Perform_Chat.cs [13:03:36.3388088] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Perform_File.cs [13:03:36.3388088] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Perform_Group.cs [13:03:36.3388088] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Perform_Item.cs [13:03:36.3393086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Perform_Link.cs [13:03:36.3393086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Perform_List.cs [13:03:36.3393086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Perform_Response.cs [13:03:36.3398091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_PrivateMedicalInsurance.cs [13:03:36.3398091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_ProMemberships.cs [13:03:36.3403097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Provision.cs [13:03:36.3403097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Reminder.cs [13:03:36.3403097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Reminder_Recipient.cs [13:03:36.3408098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Request.cs [13:03:36.3408098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Roadmap.cs [13:03:36.3413096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Rota.cs [13:03:36.3413096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Rota_Access.cs [13:03:36.3418125] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Rota_Email.cs [13:03:36.3423099] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Rota_Notes.cs [13:03:36.3423099] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Rota_Store.cs [13:03:36.3423099] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Security.cs [13:03:36.3428104] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Security_Employee.cs [13:03:36.3428104] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Security_Role.cs [13:03:36.3433098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_System.cs [13:03:36.3433098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Task.cs [13:03:36.3438091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Time.cs [13:03:36.3438091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Time_Break.cs [13:03:36.3443152] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Time_Element.cs [13:03:36.3443152] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Time_Flexi.cs [13:03:36.3448102] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Time_Flexi_End.cs [13:03:36.3448102] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Time_Link.cs [13:03:36.3448102] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Time_Submit.cs [13:03:36.3453096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Training.cs [13:03:36.3453096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Training_Employee.cs [13:03:36.3458097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Training_File.cs [13:03:36.3458097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Training_Resource.cs [13:03:36.3458097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_TrainingQualifications.cs [13:03:36.3463095] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Transaction.cs [13:03:36.3463095] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Update.cs [13:03:36.3463095] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_VMS_Audit.cs [13:03:36.3468124] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_VMS_Audit_Detail.cs [13:03:36.3468124] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_VMS_Book.cs [13:03:36.3473110] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_VMS_Book_Link.cs [13:03:36.3478103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_VMS_Contact.cs [13:03:36.3478103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_VMS_Lookup.cs [13:03:36.3483105] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_VMS_Promoter_Booker.cs [13:03:36.3483105] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_VMS_State.cs [13:03:36.3488103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_VMS_User.cs [13:03:36.3493084] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_VMS_User_Venue.cs [13:03:36.3493084] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_VMS_Venue.cs [13:03:36.3498078] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Entities\HR\TBL_Window.cs [13:03:36.3498078] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Features\Absence.feature.cs [13:03:36.3503103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Features\CriticalPath1.feature.cs [13:03:36.3503103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Features\HomePage.feature.cs [13:03:36.3508085] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Features\Provisioning.feature.cs [13:03:36.3513308] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Features\Training.feature.cs [13:03:36.3513308] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\CompanyHandbookPages\CompanyHandbookPage.cs [13:03:36.3518088] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\DirectoriesPages\DirectoriesPage.cs [13:03:36.3523082] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\DirectoriesPages\EmployeeDetailsPage.cs [13:03:36.3523082] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\GuidePages\GuidePage.cs [13:03:36.3528087] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\GuidePages\SupportSystemPage.cs [13:03:36.3533096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\HomePages\AbsencePage.cs [13:03:36.3533096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\HomePages\HomePage.cs [13:03:36.3538094] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\HomePages\ReadAcceptPage.cs [13:03:36.3538094] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\MyDetailsPages\ContractPage.cs [13:03:36.3543092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\MyDetailsPages\DocumentsPage.cs [13:03:36.3543092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\MyDetailsPages\MyAbsencePage.cs [13:03:36.3548097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\MyDetailsPages\MyDetailsPage.cs [13:03:36.3548097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\MyDetailsPages\PayrollPage.cs [13:03:36.3553103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\MyDetailsPages\PersonalPage.cs [13:03:36.3553103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\OnlineProvisioningPages\OnlineProvisioningPage.cs [13:03:36.3558096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\AbsencePopUp.cs [13:03:36.3563113] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\AbsenceRequestPopUp.cs [13:03:36.3563113] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\AbsenceSummaryPopUp.cs [13:03:36.3568095] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\AdvancedAmendRightsPopUp.cs [13:03:36.3573097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\AmendRightsPopUp.cs [13:03:36.3573097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\AutomatedEventNotificationPopUp.cs [13:03:36.3578094] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\BiographyPopUp.cs [13:03:36.3583100] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\BradfordScorePopUp.cs [13:03:36.3588133] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\CommunicationAnnouncementsPopUp.cs [13:03:36.3588133] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\CommunicationPopUp.cs [13:03:36.3593095] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\CompanyHandbookFilePopUp.cs [13:03:36.3593095] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\CompanyHandbookPopUp.cs [13:03:36.3598081] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\CompanyHandbookTypePopUp.cs [13:03:36.3598081] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\CreateNewEmployeePopUp.cs [13:03:36.3603078] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\DocumentsPopUp.cs [13:03:36.3603078] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\DocumentsUploadPopUp.cs [13:03:36.3608088] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\EmployeeSelectorPopUp.cs [13:03:36.3608088] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\HandbookPopUp.cs [13:03:36.3613097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\MessagePopUp.cs [13:03:36.3613097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\PayElementPopUp.cs [13:03:36.3618102] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\PaymentElementsPopUp.cs [13:03:36.3623124] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\PaymentsPopUp.cs [13:03:36.3623124] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\PendingRequestsPopUp.cs [13:03:36.3628113] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\PopUpPage.cs [13:03:36.3633099] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\ReadAcceptPopUp.cs [13:03:36.3633099] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\SelfCertifySicknessPopUp.cs [13:03:36.3638101] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\SetRightsPopUp.cs [13:03:36.3643106] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\UsernamePasswordPopUp.cs [13:03:36.3648127] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\VideoPlayerPopUp.cs [13:03:36.3653097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\WhereClauseBuilderPopUp.cs [13:03:36.3653097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\WhereClausePreviewPopUp.cs [13:03:36.3658091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\ReportPages\AutomatedEventNotificationPage.cs [13:03:36.3658091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\ReportPages\BradfordScorePage.cs [13:03:36.3663092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\ReportPages\EmployeeBalancesPage.cs [13:03:36.3663092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\ReportPages\EmployeeDetailedAbsencePage.cs [13:03:36.3663092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\ReportPages\EventCalendarPage.cs [13:03:36.3668086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\ReportPages\GroupAbsencePage.cs [13:03:36.3668086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\ReportPages\ReadAcceptReportPage.cs [13:03:36.3673119] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\ReportPages\ReportPage.cs [13:03:36.3673119] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\ReportPages\SalaryListingPage.cs [13:03:36.3673119] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\ReportPages\TotalHeadcountAndFTEPage.cs [13:03:36.3678089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\RewardStatementPages\RewardStatementPage.cs [13:03:36.3678089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\SystemToolsPages\CommunicationPage.cs [13:03:36.3683083] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\SystemToolsPages\ExportsReportsPage.cs [13:03:36.3683083] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\SystemToolsPages\LookupTablesPage.cs [13:03:36.3683083] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\SystemToolsPages\SystemToolsPage.cs [13:03:36.3688084] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\SystemToolsPages\SystemUtilitiesPage.cs [13:03:36.3688084] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\CompanyHandbookPageHelpers\CompanyHandbookPageHelper.cs [13:03:36.3693086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\DirectoriesPageHelpers\DirectoriesPageHelper.cs [13:03:36.3693086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\DirectoriesPageHelpers\EmployeeDetailsHelper.cs [13:03:36.3693086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\FrameworkHelpers\FrameworkHelper.cs [13:03:36.3698087] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\FrameworkHelpers\GeneralUserHelper.cs [13:03:36.3698087] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\FrameworkHelpers\JsHelper.cs [13:03:36.3703089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\GeneralHelpers\BenchmarkingCalculator.cs [13:03:36.3703089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\GeneralHelpers\BenchmarkingHelper.cs [13:03:36.3703089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\GeneralHelpers\LoginHelper.cs [13:03:36.3708110] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\GeneralHelpers\SQLHelper.cs [13:03:36.3708110] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\GeneralHelpers\SQLStoredProcHelper.cs [13:03:36.3713092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\GuidePageHelpers\GuidePageHelper.cs [13:03:36.3713092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\HomePageHelpers\AbsencePageHelper.cs [13:03:36.3713092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\HomePageHelpers\HomePageHelper.cs [13:03:36.3718089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\HomePageHelpers\ReadAcceptPageHelper.cs [13:03:36.3718089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\MyDetailsPageHelpers\DocumentsPageHelper.cs [13:03:36.3723087] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\MyDetailsPageHelpers\MyAbsencePageHelper.cs [13:03:36.3723087] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\MyDetailsPageHelpers\MyDetailsPageHelper.cs [13:03:36.3728088] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\MyDetailsPageHelpers\PayrollPageHelper.cs [13:03:36.3733090] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\MyDetailsPageHelpers\PersonalPageHelper.cs [13:03:36.3733090] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\OnlineProvisioningPageHelpers\OnlineProvisioningHelper.cs [13:03:36.3738091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\AbsencePopUpHelper.cs [13:03:36.3738091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\AbsenceRequestPopUpHelper.cs [13:03:36.3743097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\AbsenceSummaryPopUpHelper.cs [13:03:36.3743097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\AdvancedAmendRightsPopUpHelper.cs [13:03:36.3748126] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\AmendRightsPopUpHelper.cs [13:03:36.3753092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\AutomatedEventNotificationPopUpHelper.cs [13:03:36.3758109] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\BiographyPopUpHelper.cs [13:03:36.3763091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\BradfordScorePopUpHelper.cs [13:03:36.3763091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\CommunicationAnnouncementsPopUpHelper.cs [13:03:36.3773098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\CommunicationPopUpHelper.cs [13:03:36.3778104] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\CompanyHandbookPopUpHelper.cs [13:03:36.3783137] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\CreateNewEmployeePopUpHelper.cs [13:03:36.3783137] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\DocumentsPopUpHelper.cs [13:03:36.3788111] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\DocumentsUploadPopUpHelper.cs [13:03:36.3793096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\EmployeeSelectorHelper.cs [13:03:36.3798098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\HandbookPopUpHelper.cs [13:03:36.3798098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\MessagePopUpHelper.cs [13:03:36.3803095] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\PayElementPopUpHelper.cs [13:03:36.3808109] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\PaymentElementsPopUpHelper.cs [13:03:36.3813098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\PaymentsPopUpHelper.cs [13:03:36.3813098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\PendingRequestsPopUpHelper.cs [13:03:36.3818100] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\PopUpHelper.cs [13:03:36.3823109] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\ReadAcceptPopUpHelper.cs [13:03:36.3828103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\SelfCertifySicknessPopUpHelper.cs [13:03:36.3828103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\SetRightsPopUpHelper.cs [13:03:36.3833156] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\UsernamePasswordPopUpHelper.cs [13:03:36.3838102] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\VideoPlayerPopUpHelper.cs [13:03:36.3838102] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\WhereClauseBuilderPopUpHelper.cs [13:03:36.3843103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\WhereClausePreviewPopUpHelper.cs [13:03:36.3848101] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\ReportPageHelpers\AutomatedEventNotificationPageHelper.cs [13:03:36.3848101] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\ReportPageHelpers\BradfordScorePageHelper.cs [13:03:36.3853134] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\ReportPageHelpers\EmployeeBalancesPageHelper.cs [13:03:36.3858100] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\ReportPageHelpers\EmployeeDetailedAbsencePageHelper.cs [13:03:36.3858100] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\ReportPageHelpers\EventCalendarPageHelper.cs [13:03:36.3863098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\ReportPageHelpers\GroupAbsencePageHelper.cs [13:03:36.3863098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\ReportPageHelpers\ReadAcceptReportPageHelper.cs [13:03:36.3868103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\ReportPageHelpers\ReportPageHelper.cs [13:03:36.3873097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\ReportPageHelpers\SalaryListingPageHelper.cs [13:03:36.3873097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\ReportPageHelpers\TotalHeadcountAndFTEPageHelper.cs [13:03:36.3878122] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\StaticData\AbsenceStaticData.cs [13:03:36.3883104] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\StaticData\EmployeeStaticData.cs [13:03:36.3888101] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\StaticData\SecurityAdminStaticData.cs [13:03:36.3888101] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\StaticData\StaticDataHelper.cs [13:03:36.3893103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\StaticData\StaticDataInitialisation.cs [13:03:36.3898104] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\SystemToolsPageHelpers\CommunicationPageHelper.cs [13:03:36.3898104] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\SystemToolsPageHelpers\ExportsReportsPageHelper.cs [13:03:36.3903102] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\SystemToolsPageHelpers\LookupTablesHelper.cs [13:03:36.3908103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\SystemToolsPageHelpers\SystemToolsPageHelpers.cs [13:03:36.3908103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\SystemToolsPageHelpers\SystemUtilitiesHelper.cs [13:03:36.3913101] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\CompanyHandbookPageSteps\CompanyHandbookPageSteps.cs [13:03:36.3918110] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\DirectoriesPageSteps\DirectoriesPageSteps.cs [13:03:36.3918110] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\GuidePageSteps\GuidePageSteps.cs [13:03:36.3923108] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\HomePageSteps\AbsenceSteps.cs [13:03:36.3928169] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\HomePageSteps\HomePageSteps.cs [13:03:36.3933091] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\MyDetailsPageSteps\MyDetailsPageSteps.cs [13:03:36.3938097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\OnlineProvisioningSteps\OnlineProvisioningSteps.cs [13:03:36.3943165] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\AbsencePopUpSteps.cs [13:03:36.3948108] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\AbsenceRequestPopUpSteps.cs [13:03:36.3953101] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\AbsenceSummaryPopUpSteps.cs [13:03:36.3958103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\AdvancedAmendRightsPopUpSteps.cs [13:03:36.3958103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\AmendRightsPopUpSteps.cs [13:03:36.3963096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\AutomatedEventNotificationPopUpSteps.cs [13:03:36.3968098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\BiographyPopUpSteps.cs [13:03:36.3973095] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\BradfordScorePopUpSteps.cs [13:03:36.3978097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\CommunicationAnnouncementsPopUpSteps.cs [13:03:36.3978097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\CommunicationPopUpSteps.cs [13:03:36.3983095] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\CompanyHandbookPopUpSteps.cs [13:03:36.3988120] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\CreateNewEmployeePopUpSteps.cs [13:03:36.3993094] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\DocumentsDownloadPopUpSteps.cs [13:03:36.3993094] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\DocumentsPopUpSteps.cs [13:03:36.3998083] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\DocumentsUploadPopUpSteps.cs [13:03:36.4003093] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\EmployeeSelectorSteps.cs [13:03:36.4008086] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\HandbookPopUpSteps.cs [13:03:36.4013100] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\MessagePopUpSteps.cs [13:03:36.4013100] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\PayElementPopUpSteps.cs [13:03:36.4018089] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\PaymentElementsPopUpSteps.cs [13:03:36.4023095] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\PaymentsPopUpSteps.cs [13:03:36.4028092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\PendingRequestsPopUpSteps.cs [13:03:36.4028092] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\PopUpSteps.cs [13:03:36.4033094] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\ReadAcceptPopUpSteps.cs [13:03:36.4033094] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\SelfCertifySicknessPopUpSteps.cs [13:03:36.4038131] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\SetRightsPopUpSteps.cs [13:03:36.4038131] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\UsernamePasswordPopUpSteps.cs [13:03:36.4043109] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\VideoPlayerPopUpSteps.cs [13:03:36.4043109] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\WhereClauseBuilderPopUpSteps.cs [13:03:36.4043109] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\WhereClausePreviewPopUpSteps.cs [13:03:36.4048098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\ReportPageSteps\ReportPageSteps.cs [13:03:36.4053096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\SystemToolsPageSteps\SystemToolsPageSteps.cs [13:03:36.4133100] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\Exports_ReportsPopUpPages\AutomatedEventNotification.cs [13:03:36.4138098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\Exports_ReportsPopUpPages\EmployeeDetailedAbsence.cs [13:03:36.4138098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\Exports_ReportsPopUpPages\EmployeeDetails.cs [13:03:36.4143100] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\Exports_ReportsPopUpPages\ReadAccept.cs [13:03:36.4143100] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\Exports_ReportsPopUpPages\SalaryListing.cs [13:03:36.4148117] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Pages\PopUpPages\Exports_ReportsPopUpPages\TotalHeadcountAndFTE.cs [13:03:36.4148117] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\Exports_ReportsPopUpHelpers\AutomatedEventNotificationHelper.cs [13:03:36.4153122] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\Exports_ReportsPopUpHelpers\EmployeeDetailedAbsencePopUpHelper.cs [13:03:36.4153122] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\Exports_ReportsPopUpHelpers\EmployeeDetailsPopUpHelper.cs [13:03:36.4158096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\Exports_ReportsPopUpHelpers\ReadAcceptHelper.cs [13:03:36.4158096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\Exports_ReportsPopUpHelpers\SalaryListingPopUpHelper.cs [13:03:36.4163102] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\StepHelpers\PopUpHelpers\Exports_ReportsPopUpHelpers\TotalHeadcountAndFTEPopUpHelper.cs [13:03:36.4163102] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\Exports_ReportsPopUpSteps\AutomatedEventNotification.cs [13:03:36.4168095] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\Exports_ReportsPopUpSteps\EmployeeDetailedAbsence.cs [13:03:36.4168095] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\Exports_ReportsPopUpSteps\EmployeeDetails.cs [13:03:36.4173093] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\Exports_ReportsPopUpSteps\ReadAccept.cs [13:03:36.4173093] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\Exports_ReportsPopUpSteps\SalaryListing.cs [13:03:36.4178098] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\Steps\PopUpSteps\Exports_ReportsPopUpSteps\TotalHeadcountAndFTE.cs [13:03:36.4233103] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\bin\Debug\Aspose.Cells.dll [13:03:36.4238101] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\bin\Debug\Castle.Core.dll [13:03:36.4243106] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\bin\Debug\Dapper.Fluent.dll [13:03:36.4243106] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\bin\Debug\Newtonsoft.Json.dll [13:03:36.4248096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\bin\Debug\nunit.framework.dll [13:03:36.4248096] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\packages\RestSharp.106.5.4\lib\net452\RestSharp.dll [13:03:36.4253113] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\packages\SimpleInjector.4.4.0\lib\net45\SimpleInjector.dll [13:03:36.4253113] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\packages\System.Management.Automation.dll.10.0.10586.0\lib\net40\System.Management.Automation.dll [13:03:36.4258269] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll [13:03:36.4318097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\bin\Debug\TechTalk.SpecFlow.dll [13:03:36.4318097] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\bin\Debug\WebDriver.dll [13:03:36.4323099] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\OctopusAutomated\bin\Debug\WebDriver.Support.dll [13:03:36.4323099] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\FluentAutomation.SeleniumWebDriver\bin\Debug\FluentAutomation.SeleniumWebDriver.dll [13:03:36.4328128] FileChangeEventsListener: Start listening to file: C:\dev\octopus.automation\FluentAutomation\bin\Debug\FluentAutomation.Core.dll [13:03:36.4353120] GherkinProcessingScheduler: Analyzing request 'Initialize BindingFilesTracker' queued on thread: 1 [13:03:36.4353120] GherkinProcessingScheduler: Analyzing request 'Initialize ProjectFeatureFilesTracker' queued on thread: 1 [13:03:36.5198107] StepMap: StepMap with 5 feature files and 0 step definitions loaded [13:03:36.5203117] GherkinProcessingScheduler: Analyzing request 'Load from step map (ProjectFeatureFilesTracker)' queued on thread: 1 [13:03:36.5203117] GherkinProcessingScheduler: Analyzing request 'Load from step map (BindingFilesTracker)' queued on thread: 1 [13:03:36.5208106] GherkinProcessingScheduler: Analyzing request 'Analyze all starting (BindingFilesTracker)' queued on thread: 1 [13:03:36.5208106] GherkinProcessingScheduler: Analyzing request 'Analyze all starting (ProjectFeatureFilesTracker)' queued on thread: 1 [13:03:36.5208106] VsProjectScope: Analysis services started [13:03:36.5208106] GherkinLanguageService: Language service created [13:03:36.5238107] GherkinProcessingScheduler: Applying task 'Parse Gherkin: EntireFile' on thread: 41 [13:03:37.0228146] GherkinProcessingScheduler: Applying task 'Initialize BindingFilesTracker' on thread: 35 [13:03:37.0663143] EditorParser: Start full parsing [13:03:37.2693166] EditorParser: Finished full parsing in 200 ms, 0 errors [13:03:40.4028389] BindingFilesTracker: Initialized [13:03:40.4028389] GherkinProcessingScheduler: Applying task 'Initialize ProjectFeatureFilesTracker' on thread: 35 [13:03:41.6843459] ProjectFeatureFilesTracker: Initialized [13:03:41.6843459] GherkinProcessingScheduler: Applying task 'Load from step map (ProjectFeatureFilesTracker)' on thread: 35 [13:03:41.6883460] ProjectFeatureFilesTracker: Applied loaded fieature file steps [13:03:41.6888461] GherkinProcessingScheduler: Applying task 'Load from step map (BindingFilesTracker)' on thread: 35 [13:03:41.7063498] BindingFilesTracker: Applied loaded bindings [13:03:41.7063498] GherkinProcessingScheduler: Applying task 'Analyze all starting (BindingFilesTracker)' on thread: 35 [13:03:41.7098533] GherkinProcessingScheduler: Analyzing request 'Analyze all finishing (BindingFilesTracker)' queued on thread: 35 [13:03:42.2103513] GherkinProcessingScheduler: Applying task 'Analyze all starting (ProjectFeatureFilesTracker)' on thread: 35 [13:03:42.2108510] GherkinProcessingScheduler: Analyzing request 'Analyze Features\Absence.feature (ProjectFeatureFilesTracker)' queued on thread: 35 [13:03:42.2108510] GherkinProcessingScheduler: Analyzing request 'Analyze Features\CriticalPath1.feature (ProjectFeatureFilesTracker)' queued on thread: 35 [13:03:42.2108510] GherkinProcessingScheduler: Analyzing request 'Analyze Features\HomePage.feature (ProjectFeatureFilesTracker)' queued on thread: 35 [13:03:42.2108510] GherkinProcessingScheduler: Analyzing request 'Analyze Features\Provisioning.feature (ProjectFeatureFilesTracker)' queued on thread: 35 [13:03:42.2108510] GherkinProcessingScheduler: Analyzing request 'Analyze Features\Training.feature (ProjectFeatureFilesTracker)' queued on thread: 35 [13:03:42.2108510] GherkinProcessingScheduler: Analyzing request 'Analyze all finishing (ProjectFeatureFilesTracker)' queued on thread: 35 [13:03:42.7111104] GherkinProcessingScheduler: Applying task 'Analyze all finishing (BindingFilesTracker)' on thread: 35 [13:03:42.7121103] ProjectStepSuggestionProvider: Suggestions from bindings ready [13:03:42.7126100] GherkinProcessingScheduler: Applying task 'Analyze Features\Absence.feature (ProjectFeatureFilesTracker)' on thread: 35 [13:03:42.7211102] ProjectFeatureFilesTracker: Analyzing feature file: Features\Absence.feature [13:03:42.7276106] VsGeneratorServices: Discover project settings [13:03:42.8746141] GherkinProcessingScheduler: Applying task 'Analyze Features\CriticalPath1.feature (ProjectFeatureFilesTracker)' on thread: 35 [13:03:42.8886132] ProjectFeatureFilesTracker: Analyzing feature file: Features\CriticalPath1.feature [13:03:42.9491122] GherkinProcessingScheduler: Applying task 'Analyze Features\HomePage.feature (ProjectFeatureFilesTracker)' on thread: 35 [13:03:42.9501117] ProjectFeatureFilesTracker: Analyzing feature file: Features\HomePage.feature [13:03:42.9596130] GherkinProcessingScheduler: Applying task 'Analyze Features\Provisioning.feature (ProjectFeatureFilesTracker)' on thread: 35 [13:03:42.9606125] ProjectFeatureFilesTracker: Analyzing feature file: Features\Provisioning.feature [13:03:42.9651123] GherkinProcessingScheduler: Applying task 'Analyze Features\Training.feature (ProjectFeatureFilesTracker)' on thread: 35 [13:03:42.9661118] ProjectFeatureFilesTracker: Analyzing feature file: Features\Training.feature [13:03:42.9851128] GherkinProcessingScheduler: Applying task 'Analyze all finishing (ProjectFeatureFilesTracker)' on thread: 35 [13:03:42.9881121] VsGeneratorInfoProvider: Discovering generator information... [13:03:43.0051125] VsGeneratorInfoProvider: Runtime found at C:\dev\octopus.automation\OctopusAutomated\bin\Debug [13:03:43.0061132] VsGeneratorInfoProvider: Unable to detect generator path [13:03:43.0061132] RemoteGeneratorServices: Unable to detect generator location: the generator bound to the IDE is used [13:03:43.0066134] ProjectStepSuggestionProvider: Suggestions from feature files ready [13:03:43.0846133] StepMap: StepMap with 5 feature files and 0 step definitions saved [13:03:43.0851139] GherkinProcessingScheduler: Applying task 'Parse Gherkin: EntireFile' on thread: 41 [13:03:43.0866131] EditorParser: Start full parsing [13:03:43.1311144] EditorParser: Finished full parsing in 44 ms, 0 errors [13:05:04.2063674] VsProjectFileTracker: Item Removed: Absence.feature.cs [13:05:04.2068680] VsProjectFileTracker: Item Removed: Absence.feature.cs [13:05:04.2068680] VsProjectFileTracker: Item Removed: Absence.feature.cs [13:05:05.9294032] VsProjectFileTracker: Item Removed: Training.feature.cs [13:05:05.9299045] VsProjectFileTracker: Item Removed: Training.feature.cs [13:05:05.9299045] VsProjectFileTracker: Item Removed: Training.feature.cs [13:05:07.0652157] VsProjectFileTracker: Item Removed: Provisioning.feature.cs [13:05:07.0657217] VsProjectFileTracker: Item Removed: Provisioning.feature.cs [13:05:07.0657217] VsProjectFileTracker: Item Removed: Provisioning.feature.cs [13:05:08.1285520] VsProjectFileTracker: Item Removed: HomePage.feature.cs [13:05:08.1285520] VsProjectFileTracker: Item Removed: HomePage.feature.cs [13:05:08.1285520] VsProjectFileTracker: Item Removed: HomePage.feature.cs [13:05:09.1179951] VsProjectFileTracker: Item Removed: CriticalPath1.feature.cs [13:05:09.1179951] VsProjectFileTracker: Item Removed: CriticalPath1.feature.cs [13:05:09.1184996] VsProjectFileTracker: Item Removed: CriticalPath1.feature.cs [13:05:14.0546402] VsGeneratorServices: Discover project settings [13:05:14.0556361] VsGeneratorInfoProvider: Discovering generator information... [13:05:14.0566376] VsGeneratorInfoProvider: Runtime found at C:\dev\octopus.automation\OctopusAutomated\bin\Debug [13:05:14.0566376] VsGeneratorInfoProvider: Unable to detect generator path [13:05:14.0566376] RemoteGeneratorServices: Unable to detect generator location: the generator bound to the IDE is used [13:05:14.0566376] VsGeneratorServices: Discover project settings [13:05:14.4742381] VsProjectFileTracker: Item Added: Absence.feature.cs [13:05:14.4742381] VsProjectFileTracker: Item Added: Absence.feature.cs [13:05:14.4742381] VsProjectFileTracker: Item Added: Absence.feature.cs [13:05:14.4762395] GherkinProcessingScheduler: Analyzing request 'Analyze Features\Absence.feature.cs (BindingFilesTracker)' queued on thread: 1 [13:05:14.5970640] VsGeneratorServices: Discover project settings [13:05:14.5975361] VsGeneratorInfoProvider: Discovering generator information... [13:05:14.5980777] VsGeneratorInfoProvider: Runtime found at C:\dev\octopus.automation\OctopusAutomated\bin\Debug [13:05:14.5980777] VsGeneratorInfoProvider: Unable to detect generator path [13:05:14.5980777] RemoteGeneratorServices: Unable to detect generator location: the generator bound to the IDE is used [13:05:14.5980777] VsGeneratorServices: Discover project settings [13:05:14.8076226] VsProjectFileTracker: Item Added: CriticalPath1.feature.cs [13:05:14.8076226] VsProjectFileTracker: Item Added: CriticalPath1.feature.cs [13:05:14.8076226] VsProjectFileTracker: Item Added: CriticalPath1.feature.cs [13:05:14.8076226] GherkinProcessingScheduler: Analyzing request 'Analyze Features\CriticalPath1.feature.cs (BindingFilesTracker)' queued on thread: 1 [13:05:14.9086433] VsGeneratorServices: Discover project settings [13:05:14.9096421] VsGeneratorInfoProvider: Discovering generator information... [13:05:14.9096421] VsGeneratorInfoProvider: Runtime found at C:\dev\octopus.automation\OctopusAutomated\bin\Debug [13:05:14.9096421] VsGeneratorInfoProvider: Unable to detect generator path [13:05:14.9096421] RemoteGeneratorServices: Unable to detect generator location: the generator bound to the IDE is used [13:05:14.9096421] VsGeneratorServices: Discover project settings [13:05:15.3082439] GherkinProcessingScheduler: Applying task 'Analyze Features\Absence.feature.cs (BindingFilesTracker)' on thread: 35 [13:05:15.3142461] BindingFilesTracker: Analyzing binding file: Features\Absence.feature.cs [13:05:15.4520086] GherkinProcessingScheduler: Applying task 'Analyze Features\CriticalPath1.feature.cs (BindingFilesTracker)' on thread: 35 [13:05:15.4530069] BindingFilesTracker: Analyzing binding file: Features\CriticalPath1.feature.cs [13:05:15.9175821] VsProjectFileTracker: Item Added: HomePage.feature.cs [13:05:15.9185832] VsProjectFileTracker: Item Added: HomePage.feature.cs [13:05:15.9185832] VsProjectFileTracker: Item Added: HomePage.feature.cs [13:05:15.9185832] GherkinProcessingScheduler: Analyzing request 'Analyze Features\HomePage.feature.cs (BindingFilesTracker)' queued on thread: 1 [13:05:15.9655848] VsGeneratorServices: Discover project settings [13:05:15.9665839] VsGeneratorInfoProvider: Discovering generator information... [13:05:15.9665839] VsGeneratorInfoProvider: Runtime found at C:\dev\octopus.automation\OctopusAutomated\bin\Debug [13:05:15.9665839] VsGeneratorInfoProvider: Unable to detect generator path [13:05:15.9665839] RemoteGeneratorServices: Unable to detect generator location: the generator bound to the IDE is used [13:05:15.9665839] VsGeneratorServices: Discover project settings [13:05:16.1226454] VsProjectFileTracker: Item Added: Provisioning.feature.cs [13:05:16.1226454] VsProjectFileTracker: Item Added: Provisioning.feature.cs [13:05:16.1236504] VsProjectFileTracker: Item Added: Provisioning.feature.cs [13:05:16.1236504] GherkinProcessingScheduler: Analyzing request 'Analyze Features\Provisioning.feature.cs (BindingFilesTracker)' queued on thread: 1 [13:05:16.1606482] VsGeneratorServices: Discover project settings [13:05:16.1616485] VsGeneratorInfoProvider: Discovering generator information... [13:05:16.1616485] VsGeneratorInfoProvider: Runtime found at C:\dev\octopus.automation\OctopusAutomated\bin\Debug [13:05:16.1616485] VsGeneratorInfoProvider: Unable to detect generator path [13:05:16.1616485] RemoteGeneratorServices: Unable to detect generator location: the generator bound to the IDE is used [13:05:16.1616485] VsGeneratorServices: Discover project settings [13:05:16.3164861] VsProjectFileTracker: Item Added: Training.feature.cs [13:05:16.3174868] VsProjectFileTracker: Item Added: Training.feature.cs [13:05:16.3174868] VsProjectFileTracker: Item Added: Training.feature.cs [13:05:16.3174868] GherkinProcessingScheduler: Analyzing request 'Analyze Features\Training.feature.cs (BindingFilesTracker)' queued on thread: 1 [13:05:16.4210249] VsProjectFilesTracker: File change on disk handling queued: C:\dev\octopus.automation\OctopusAutomated\Features\Absence.feature.cs [13:05:16.4670009] VsProjectFilesTracker: File change on disk handling queued: C:\dev\octopus.automation\OctopusAutomated\Features\Absence.feature.cs [13:05:16.5000125] VsProjectFilesTracker: File change on disk handling queued: C:\dev\octopus.automation\OctopusAutomated\Features\CriticalPath1.feature.cs [13:05:16.5360791] VsProjectFilesTracker: File change on disk handling queued: C:\dev\octopus.automation\OctopusAutomated\Features\HomePage.feature.cs [13:05:16.5840802] VsProjectFilesTracker: File change on disk handling queued: C:\dev\octopus.automation\OctopusAutomated\Features\Provisioning.feature.cs [13:05:16.6062109] VsProjectFilesTracker: File change on disk handling queued: C:\dev\octopus.automation\OctopusAutomated\Features\Training.feature.cs [13:05:16.8186192] GherkinProcessingScheduler: Applying task 'Analyze Features\HomePage.feature.cs (BindingFilesTracker)' on thread: 35 [13:05:16.8224241] BindingFilesTracker: Analyzing binding file: Features\HomePage.feature.cs [13:05:16.8971233] GherkinProcessingScheduler: Applying task 'Analyze Features\Provisioning.feature.cs (BindingFilesTracker)' on thread: 35 [13:05:16.8981180] BindingFilesTracker: Analyzing binding file: Features\Provisioning.feature.cs [13:05:16.9571280] GherkinProcessingScheduler: Applying task 'Analyze Features\Training.feature.cs (BindingFilesTracker)' on thread: 35 [13:05:16.9571280] BindingFilesTracker: Analyzing binding file: Features\Training.feature.cs [13:05:19.1741041] VsProjectFilesTracker: File changed outside of Visual Studio: C:\dev\octopus.automation\OctopusAutomated\Features\Absence.feature.cs [13:05:19.1801122] GherkinProcessingScheduler: Analyzing request 'Analyze Features\Absence.feature.cs (BindingFilesTracker)' queued on thread: 43 [13:05:19.6305544] VsProjectFilesTracker: File changed outside of Visual Studio: C:\dev\octopus.automation\OctopusAutomated\Features\CriticalPath1.feature.cs [13:05:19.6355492] GherkinProcessingScheduler: Analyzing request 'Analyze Features\CriticalPath1.feature.cs (BindingFilesTracker)' queued on thread: 43 [13:05:20.1356359] GherkinProcessingScheduler: Applying task 'Analyze Features\Absence.feature.cs (BindingFilesTracker)' on thread: 35 [13:05:20.1376365] BindingFilesTracker: Analyzing binding file: Features\Absence.feature.cs [13:05:20.2021454] VsProjectFilesTracker: File changed outside of Visual Studio: C:\dev\octopus.automation\OctopusAutomated\Features\HomePage.feature.cs [13:05:20.2056452] GherkinProcessingScheduler: Applying task 'Analyze Features\CriticalPath1.feature.cs (BindingFilesTracker)' on thread: 35 [13:05:20.2066448] BindingFilesTracker: Analyzing binding file: Features\CriticalPath1.feature.cs [13:05:20.2086462] GherkinProcessingScheduler: Analyzing request 'Analyze Features\HomePage.feature.cs (BindingFilesTracker)' queued on thread: 43 [13:05:20.7867348] GherkinProcessingScheduler: Applying task 'Analyze Features\HomePage.feature.cs (BindingFilesTracker)' on thread: 35 [13:05:20.7877363] BindingFilesTracker: Analyzing binding file: Features\HomePage.feature.cs [13:05:20.9002866] VsProjectFilesTracker: File changed outside of Visual Studio: C:\dev\octopus.automation\OctopusAutomated\Features\Provisioning.feature.cs [13:05:20.9052877] GherkinProcessingScheduler: Analyzing request 'Analyze Features\Provisioning.feature.cs (BindingFilesTracker)' queued on thread: 43 [13:05:21.3437428] VsProjectFilesTracker: File changed outside of Visual Studio: C:\dev\octopus.automation\OctopusAutomated\Features\Training.feature.cs [13:05:21.3517416] GherkinProcessingScheduler: Analyzing request 'Analyze Features\Training.feature.cs (BindingFilesTracker)' queued on thread: 43 [13:05:21.8518667] GherkinProcessingScheduler: Applying task 'Analyze Features\Provisioning.feature.cs (BindingFilesTracker)' on thread: 35 [13:05:21.8536381] BindingFilesTracker: Analyzing binding file: Features\Provisioning.feature.cs [13:05:21.9089408] GherkinProcessingScheduler: Applying task 'Analyze Features\Training.feature.cs (BindingFilesTracker)' on thread: 35 [13:05:21.9094402] BindingFilesTracker: Analyzing binding file: Features\Training.feature.cs

TomFS commented 5 years ago

Using the first section here (https://specflow.org/documentation/Generate-Tests-from-MsBuild/) I can stop the errors I was seeing and get the ..feature.cs files to correctly use Specflow 2.4, however not the step bindings in each feature file are now unlinked.

SabotageAndi commented 5 years ago

what do you mean with step bindings in each feature file are now unlinked?

TomFS commented 5 years ago

All the lines/steps in my feature files now appear purple , despite there being code for them. image

SabotageAndi commented 5 years ago

ok, this is something different. Could you try Steps are not recognised even though there are matching step definitions at https://specflow.org/documentation/Troubleshooting-Visual-Studio-Integration/

TomFS commented 5 years ago

I now have the error below each time, it has been like this for over 15mins (we don't have many tests): image

TomFS commented 5 years ago

The root of my issue seems to be: If I have 'SpecFlowSingleFileGenerator' set as the custom tool for my feature files, they will build using SpecFlow 1.9.0.77. If I remove 'SpecFlowSingleFileGenerator' and leave the field blank, they will build with SpecFlow 2.4, but the feature.cs files will then not be linked to the feature files and cannot be run.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.