Xunit.Gherkin.Quick by Tengiz Tutisani

<PackageReference Include="Xunit.Gherkin.Quick" Version="4.0.0" />

 Xunit.Gherkin.Quick 4.0.0

BDD in .NET Core - Xunit.Gherkin.Quick is a lightweight, cross platform BDD test framework (targets .NET Standard, can be used from both .NET and .NET Core test projects). It parses Gherkin language and executes Xunit tests corresponding to scenarios.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Xunit.Gherkin.Quick</id>
    <version>4.0.0</version>
    <title>Xunit.Gherkin.Quick</title>
    <authors>Tengiz Tutisani</authors>
    <owners>Tengiz Tutisani</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/ttutisani/Xunit.Gherkin.Quick</projectUrl>
    <description>BDD in .NET Core - Xunit.Gherkin.Quick is a lightweight, cross platform BDD test framework (targets .NET Standard, can be used from both .NET and .NET Core test projects). It parses Gherkin language and executes Xunit tests corresponding to scenarios.</description>
    <releaseNotes>https://github.com/ttutisani/Xunit.Gherkin.Quick/blob/master/versions/4.0.0.md</releaseNotes>
    <copyright>2018 - 2020 Tengiz Tutisani</copyright>
    <tags>BDD, Gherkin, Xunit, Testing, Behavior Driven Development</tags>
    <repository url="https://github.com/ttutisani/Xunit.Gherkin.Quick" />
    <dependencies>
      <group targetFramework=".NETStandard1.5">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="gherkin" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="xunit" version="2.3.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>