
接口自动化测试平台——python+flask版,支持http协议,java 版本开发完毕https://github.com/liwanlei/plan
The FXTest testing platform is a robust automated interface testing environment built using Flask, Python 3.6, Bootstrap, Apscheduler, SQLite, and Redis. This platform emphasizes ease of deployment and flexibility, allowing users to configure their testing environments according to specific needs. With a strong focus on open-source, FXTest offers a valuable resource for developers and testers looking to enhance their testing workflows without the constraints of proprietary software.
The platform facilitates seamless interaction between the front-end and back-end components, featuring a user-friendly interface for managing test cases and notification systems integrated with various tools. Its ongoing development ensures that users have access to the latest features while the project maintains a commitment to community-oriented contributions.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.