# README
go-api-e2e-test
このレポジトリは Qiitaに公開した記事 runnを使ったWebバックエンドのe2eテスト のサンプルコードになります。
This is a sample project of e2e test for Go API, described in https://qiita.com/kourin1996/items/5c644210e12764d2caa3.
Webフレームワークは echo、e2eテストツールとしてrunnを使用しています。
How to start
$ go run main.go
$ go test ./...
# Packages
No description provided by the author
No description provided by the author
No description provided by the author