Skip to content

freshteapot/e2elog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End to end testing log

  • I want to write end to end tests, that give me some belief I am covering my endpoints
  • Consumes an openapi version 3 spec
  • Consumes ndjson file of logs.

Log format

{
    "method":"POST",
    "url":"/api/v1/user/register",
    "status_code":201
}

Example

All

cd example
go run main.go

Coverage only

cd example
go run main.go -coverage

Stats

cd example
go run main.go -coverage

Reference

About

Given an openapi spec and some logs tell me the coverage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages