CHIKAMATSU Naohiro

Results 85 issues of CHIKAMATSU Naohiro

## Is your feature request related to a problem? Please describe. Some functions in spectest are hard to understand at a glance. To address this, I will add documentation. Additionally,...

good first issue

Spectest has many fields within a single struct. I believe these fields can be encapsulated into smaller structs. By creating new structs and associating methods with them, the code readability...

## Is your feature request related to a problem? Please describe. We are implementing mocks for the official AWS package (SDK) in [go-spectest/aws](https://github.com/go-spectest/aws). The package was severely broken at the...

## Is your feature request related to a problem? Please describe. If the expected value does not match the obtained value, the following message appears. We want to display this...

good first issue

Currently, we are generating separate HTML files for each test case, but I would like to generate a single HTML document that consolidates documentation for each endpoint.

## Is your feature request related to a problem? Please describe. "Spectest" has the functionality to create sequence diagrams. However, due to the coarse granularity of the generated sequence diagrams,...

## Is your feature request related to a problem? Please describe. Due to heavy use of method chaining, most of the error handling in apitest relies on panic(). However, even...

## Is your feature request related to a problem? Please describe. It seems that "\n" is hard-coded as a newline code, so use "\n" on Linux and Mac, and "\r\n"...