go-bdd / gobdd

BDD framework
https://go-bdd.github.io/gobdd/
MIT License
115 stars 19 forks source link

Create a sample project which uses GoBDD #88

Closed bkielbasa closed 4 years ago

arberiii commented 4 years ago

That would be great! I have a couple of thoughts on a sample project.

In my opinion, the project should be part of the GoBDD organization but as a separate repository from gobdd repo. A simple project would be easier for users to pick up, a calculator app even though is obvious it can help first-time users a lot. Lastly, having project on different scopes such as api, etc. would we awesome.

bkielbasa commented 4 years ago

yeah, that's my intention :) I was thinking about a project with more complicated domain than the calculator. But, I don't have any good idea, yet.

sagikazarmark commented 4 years ago

I'm planning to add gobdd to Modern Go Application. It could serve as an example.

bkielbasa commented 4 years ago

that's awesome! But, we need a minimalistic example here anyway.

sagikazarmark commented 4 years ago

Definitely, I only meant to add it as a more realistic project example.

bkielbasa commented 4 years ago

Here is the link: https://github.com/go-bdd/sample-app WIP

bkielbasa commented 4 years ago

Here's the link: https://github.com/go-bdd/sample-app If you have ideas to improve it - create PR/issue there :)

sagikazarmark commented 4 years ago

FYI here is my take at an example: https://github.com/sagikazarmark/modern-go-application/pull/144