Skip to content

v0.1.0

Choose a tag to compare

@koisland koisland released this 20 Jan 18:26
· 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 Rocket framework and can receive requests from three endpoints.
  • Builds a SQLite database (./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/.