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

Home Page:https://www.specflow.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests freezing on azure devops CI agents (Ubuntu 16.04) but not in windows

jrouaix opened this issue · comments

SpecFlow Version:

  • 3.3.57
  • 3.3.30

Used Test Runner

  • SpecFlow+Runner
  • MSTest
  • NUnit
  • Xunit

Version number: xunit 2.4.1

Project Format of the SpecFlow project

  • Classic project format using packages.config
  • Classic project format using <PackageReference> tags
  • Sdk-style project format

.feature.cs files are generated using

  • SpecFlow.Tools.MsBuild.Generation NuGet package
  • SpecFlowSingleFileGenerator custom tool

Visual Studio Version

  • VS 2019
  • VS 2017
  • VS 2015

Enable SpecFlowSingleFileGenerator Custom Tool option in Visual Studio extension settings

  • Enabled
  • Disabled

Are the latest Visual Studio updates installed?

  • Yes
  • No, I use Visual Studio version <Major>.<Minor>.<Patch>

.NET Framework:

  • >= .NET 4.5
  • before .NET 4.5
  • .NET Core 2.0
  • .NET Core 2.1
  • .NET Core 2.2
  • .NET Core 3.0
  • .NET Core app 3.1

Test Execution Method:

  • Visual Studio Test Explorer => WORKING HERE
  • TFS/VSTS/Azure DevOps – Task – PLEASE SPECIFY THE NAME OF THE TASK
  • Command line (in the ci) – dotnet test /home/vsts/work/1/s/tests/THEPROJECT.Tests/THEPROJECT.Tests.csproj --configuration Release --logger "trx;LogFileName=THEPROJECT.Tests.trx " --results-directory /home/vsts/work/1/s/_.testsOutput /property:CollectCoverage=True /property:CoverletOutputFormat=opencover

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

No app.config with section, nore any specflow.json file

Issue Description

On the CI (azure devops ubuntu), it just hand there, frozen ...
image

Please provide a project where we can reproduce this behavior.
Does this happen on a local Linux VM also?
Did you try it without code coverage?

Closed because of no response

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.