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

LivingDoc error - ApplicationInsights:CorrelationIdManager timeout #2648

Open samacm opened 2 years ago

samacm commented 2 years ago

SpecFlow Version

3.9.74

Which test runner are you using?

SpecFlow+ Runner

Test Runner Version Number

3.9.31

.NET Implementation

.NET 5.0

Project Format of the SpecFlow project

Classic project format using packages.config

.feature.cs files are generated using

SpecFlow.Tools.MsBuild.Generation NuGet package

Test Execution Method

TFS/VSTS/Azure DevOps – Task – PLEASE SPECIFY THE NAME OF THE TASK

SpecFlow Section in app.config or content of specflow.json

LivingDoc_Issue

Issue Description

Trying to configure Living doc in Azure DevOps pipeline. Speflow+ build step throws error ApplicationInsights:CorrelationIdManager timeout.

I can see FeatureData.json and TestExecution.json generated. LivingDoc html file created but there is no content.

Steps to Reproduce

Build step included .Net core SDK 5.x Speflow+ build step added with source as Test assembly

Link to Repro Project

No response