Serverspec : With Serverspec, you can write RSpec tests for checking your servers are configured correctly.
Serverspec tests your servers’ actual state by executin...
TagUI : TagUI is a general purpose tool for automating web interactions
tox : Command line driven CI frontend and development task automation tool
At its core tox povides a convenient way to run arbitrary commands in isolated en...
Mock Service Worker : Mock by intercepting requests on the network level. Seamlessly reuse the same mock definition for testing, development, and debugging.
httpbin : Testing an HTTP Library can become difficult sometimes. PostBin.org is fantastic for testing POST requests, but not much else. This exists to cover al...