Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos committed Jan 13, 2024
1 parent 225c432 commit 3f2fce2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,6 @@ Modern Gherkin-based BDD framework for .NET ecosystem
[![NGherkin](https://img.shields.io/nuget/v/NGherkin?label=NGherkin)](https://www.nuget.org/packages/NGherkin)\
[![NGherkin.TestAdapter](https://img.shields.io/nuget/v/NGherkin.TestAdapter?label=NGherkin.TestAdapter)](https://www.nuget.org/packages/NGherkin.TestAdapter)

# Philosophy
- Do not reinvent the wheel and use familiar for every .NET Developer conceptions like:
- ASP.NET Core like Startup,
- Microsoft.Extensions.DependencyInjection is a core
- System.Text.Json\
e.t.c
- Good integrated with modern .NET ecossystem.
- Editor plugins for editors should be optional. (maybe only syntax hightliting for gherkin, if needed)
- Minimalistic. Not a monster-framework with tons of custom conceptions.
- Support moderm .NET features like nullable referene types e.t.c
- No dependecies on other test runners\test frameworks

### What is NOT a goal
- Support deprecated framework versions
- Supprot old visual studio versions

# Requirements
- NET 6+ (recommended) or .NET Framework 4.6.2+
- Visual Studio 2022 or Visual Studio Code or any other editor with .NET support
Expand Down

0 comments on commit 3f2fce2

Please sign in to comment.