v0.1.0
·
10 commits
to test_framework
since this release
This is the first release of SuperAutoTest, a framework built in Rust to create and test Super Auto Pets team combos. In this current version, all pets from the Turtle pack are supported!
Features
A binary executable that:
- Spins up a server on localhost using the
Rocketframework and can receive requests from three endpoints. - Builds a
SQLitedatabase (./sap.db) in the root directory.
All source code used to compile the binary is located in the src directory.
Endpoints
The first two endpoints comprise the database aspect of the framework that is used to get updated information about pet/s and food/s from the Super Auto Pets Fandom wiki.
The last endpoint, battle/, allows the testing of team combinations. Examples can be checked in docs/examples/.