Forgive the bad name; we need to think of another one.
WebAppTest is an end-to-end tool for measuring and analysing the performance of web applications within a variety of test contexts. These can include geographical region, CPU throttling, device emulation, etc.
### Get Test Results In Seconds
Each test agent is represented by a Docker container, so they're immutable and incredibly quick to spawn.
The test agent executes a test through a Chromium instance that's linked back to the application UI through a long-lived connection, meaning results are returned streamed back to your browser.
The entire infrastructure for the private instance is immutable and described through Terraform, meaning that you can deploy your instance in seconds.
There are a few areas you should check out, if you're visiting for the first time:
- Gain an insight into the project history, by checking out how the project came about
- Check out a view of the high-level architecture to understand what makes test execution so quick.
- If you'd like to contribute to the project, you can check out the guidelines.
We're currently working towards an MVP, the status of which you can monitor. We welcome contributions