End to end functional test and automation framework
Endly is engineer centric language agnostic automation and end to end functional testing framework written in golang addressing most of the aspects of testing automation, namely:
- Local or remote system preparation including all services required by the application.
- Checking out the application code
- Building and deploying the application as a separate process, or in the container.
- Data preparation including RDBMS, or key/value store
- Test use cases with HTTP, REST or selenium runner.
- Verification of responses, data in data stores or log produced.