ryanslade / e2e

a package for testing your infrastructure end to end, with an interface identical to testing.T

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E2E

GoDoc

a package to help you run end to end tests on your services and infrastructure. This package aims to allow users to write tests in the same they would with the testing package, and have them run continuously in production, to alert on regressions and issues not picked up by unit and integration testing. This package is still in development, and will be liable to breaking changes.

web ui

TODO

  • Notifier interface
  • slack notifier
  • webhook notifier
  • email notifier
  • pagerduty notifier
  • influx notifier
  • prometheus notifier
  • debounce/flapping test handling
  • fuzzing utilities
  • more advanced web ui

Done

  • satisfy testing.TB interface
  • basic web ui
  • scheduling of test runs

About

a package for testing your infrastructure end to end, with an interface identical to testing.T


Languages

Language:Go 98.9%Language:Vue 0.7%Language:HTML 0.3%Language:JavaScript 0.0%