gothinkster / golang-gin-realworld-example-app

Exemplary real world application built with Golang + Gin
https://realworld.io
MIT License
2.52k stars 497 forks source link

How to make end to end test? #34

Open kpkonghk01 opened 1 year ago

kpkonghk01 commented 1 year ago

I'm learning golang and found this great realworld example app with test cases. But then realize that there is no e2e tests.

How would you make and organize end to end tests in realworld applications? Could you make an example to show what the folder structure would be?

Thanks 👍🏻