nao1215 / spectest

A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.
MIT License
37 stars 1 forks source link

Feature to Improve Readability of Test Results Output #162

Closed nao1215 closed 11 months ago

nao1215 commented 1 year ago

Is your feature request related to a problem? Please describe.

A feature has been added to change the output of test results when using spectest ./... instead of go test ./.... For instance, successful tests will be displayed as green dots, while failed tests will be represented by red dots. This functionality is inspired by ideas from onsi/ginkgo and shellspec/shellspec.

Describe the solution you'd like

WIP

Describe alternatives you've considered

WIP

Additional context

WIP

nao1215 commented 11 months ago

Done #212