Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodolphocastro/patterns-with-bdd
Play around with design patterns, ddd and BDD
https://github.com/rodolphocastro/patterns-with-bdd
bdd ddd design-patterns dotnet specflow tdd
Last synced: 13 days ago
JSON representation
Play around with design patterns, ddd and BDD
- Host: GitHub
- URL: https://github.com/rodolphocastro/patterns-with-bdd
- Owner: rodolphocastro
- License: mit
- Created: 2021-03-21T01:58:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T16:41:10.000Z (almost 4 years ago)
- Last Synced: 2024-12-06T17:12:02.567Z (2 months ago)
- Topics: bdd, ddd, design-patterns, dotnet, specflow, tdd
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BddPatterns
## 💥 What is this?
This repository is a playground to mess with Patterns (Design, Architectural and more) and the BDD mindset.
## 👨💻 Tech Stack for this Project
### ⚒ High Level Frameworks
+ [SpecFlow](https://specflow.org/) - Gherkin bindings for .NET
+ [xUnit](https://xunit.net/) - Unit Testing Framework### 📦 NuGets and Libraries
Those are some of the main libraries used, if you want to see (in details) all of them you'll need to load this baby up on VisualStudio.
> WIP
## ⚙ Building and Testing
Basically all you need is .NET 5 SDK, then `dotnet build` and `dotnet test` the `.sln` file.
If you're interested in CICD goodies, take a glance @ [the pipeline files](.github/workflows/build-and-test.yml).