.. AutoEase documentation master file, created by sphinx-quickstart on Mon Mar 13 14:38:03 2023. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. AutoEase ==================================== AutoEase OverView ----------------------------------- AutoEase is a one-stop testing platform that supports running automated testings on games. It supports automated testing on different platforms such as PC, Xbox, and Playstation. It can automatically schedule testing resources, rus test tasks, return test results, and generate test reports. Currently, it supports the following three types of test cases: - UI: A black-box testing framework that uses simulated player inputs and image recognition. - UAT: A white-box automated testing framework provided by Unreal Engine. - Gauntlet: Another white-box automated testing framework provided by Unreal Engine. .. Overview and quick start markdown document .. toctree:: :maxdepth: 1 :caption: Quick Start markdowns/en/Summary markdowns/en/write_a_UI_case markdowns/en/write_a_UAT_case markdowns/en/write_Gauntlet_case markdowns/en/Create_a_Job_and_get_results markdowns/en/Create_a_case_set markdowns/en/Integration_with_TeamCity .. Core API .. toctree:: :maxdepth: 1 :caption: Core API all_module_rst/autoease.core.api .. Core API .. toctree:: :maxdepth: 1 :caption: Others markdowns/en/FAQ