Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LivingDoc Markdown Table in description is displayed without boarders #2246

Closed
10 of 38 tasks
keisop opened this issue Jan 3, 2021 · 2 comments
Closed
10 of 38 tasks

Comments

@keisop
Copy link

keisop commented Jan 3, 2021

SpecFlow Version:

  • 3.5
  • 3.4
  • 3.3
  • 3.1
  • 3.0
  • 2.4
  • 2.3
  • 2.2
  • 2.1
  • 2.0
  • 1.9

Used Test Runner

  • SpecFlow+Runner
  • MSTest
  • NUnit
  • Xunit

Version number: 3.5.14

Project Format of the SpecFlow project

  • Classic project format using packages.config
  • Classic project format using <PackageReference> tags
  • Sdk-style project format
  • using a fork from SpecFlow-Examples

.feature.cs files are generated using

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

Visual Studio Version

  • VS 2019
  • VS 2017

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 3.1
  • .NET 5.0

Test Execution Method:

  • Visual Studio Test Explorer
  • TFS/VSTS/Azure DevOps – Task – PLEASE SPECIFY THE NAME OF THE TASK
  • Command line – PLEASE SPECIFY THE FULL COMMAND LINE

using living doc generator with correct file path:

livingdoc feature-folder C:\Work\MyProject.Specs
livingdoc test-assembly C:\Work\MyProject.Specs\bin\Debug\netcoreapp3.1\MyProject.Specs.dll

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

{
  "stepAssemblies": [
    {
      "assembly": "BookShop.WebTests.Selenium"
    }
  ],

  "livingDocGenerator": {
    "enabled": true,
    "filepath": "TestExecution.json"
  }
}

Issue Description

living doc renders markdown tables in descriptions without borders. this happens when using the livind doc generator as well as on azure devops.

Steps to Reproduce

used table:

| Living Doc Item   | what it describes                                                              |
| :-------------------------- | :--------------------------                                          |
| Scenario title    | describes a specification                                                      |
| Given step        | describes the system state with which we begin (arrange)                       |
| When step         | describes the action which triggers the systems behavior (act)                 |
| Then step         | describes the behavior of the system or the system state after action (assert) |

Repro Project

@nemesv
Copy link
Contributor

nemesv commented Jan 13, 2021

This issue is fixed in SpecFlow.Plus.LivingDoc.CLI version 3.5.279

@nemesv nemesv closed this as completed Jan 13, 2021
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants