Nhat

Results 6 comments of Nhat

My case is a bit different, my project has this structure ``` ├─ features/ │ ├─ bootstrap/ │ | └─ godog_test.go | └─ xxx.feature ├─ file1.go └─ file2.go ``` Test...

> Just wondering if your tests are panicking. Go test coverage will not generate unless TestMain ends nicely. > > [stackoverflow.com/a/56591384](https://stackoverflow.com/a/56591384) In my case, no panic

> So by tagging all extensions with the same topic e.g. godog-extension the list will create itself. The README.md would only have to mention this convention. This is also cool...