TestPioneer
Language: English | 繁體中文 | 简体中文
A YAML-driven automation test framework for CI/CD pipelines, supporting GUI, Web, API, and Load testing through pluggable runners.
Features
- Multi-type testing - GUI, Web, API, and Load/Stress testing via pluggable runners
- YAML configuration - Human-readable test workflows, easy to maintain and version control
- Parallel execution - Run multiple test scripts concurrently with different runners
- Video recording - Built-in test session recording for debugging
- Process management - Launch/terminate external programs with stdout/stderr redirection
- Cross-platform - Windows, macOS, and Linux (Python 3.10+)
Installation
pip install test_pioneer
With GUI automation support:
pip install test_pioneer[gui]
Quick Start
Command Line
python -m test_pioneer -e path/to/test.yaml
Python
from test_pioneer import execute_yaml
execute_yaml("path/to/test.yaml")
Project Template
from test_pioneer import create_template_dir
create_template_dir()
Documentation
Full documentation is available at testpioneer.readthedocs.io.
Available Runners
| Runner | Package | Description |
|---|---|---|
gui-runner |
AutoControlGUI | Desktop GUI automation |
web-runner |
WebRunner | Web browser automation |
api-runner |
APITestka | REST API testing |
load-runner |
LoadDensity | Load & stress testing |
file-runner |
FileAutomation | File, archive and cloud-storage actions (FA_*) |
Automation IDE
For a visual editing experience, see PyBreeze.
License
Release files for test-pioneer 0.1.35
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| test_pioneer-0.1.35.tar.gz | 29.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| test_pioneer-0.1.35-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 57.3 kB
Release files / test_pioneer-0.1.35.tar.gz
| Download URL | test_pioneer-0.1.35.tar.gz |
|---|---|
| Size | 29.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ad6591b5d4ea55e71bf355de8f02d56a9f47c5f94e7695d28ff8c676acd7035f
|
|
BLAKE2b-256 checksum How to use checksums |
e5a4d3f3c72999fb76b9d6e552bf19000feae8bab978d2faf9015642ea8371d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / test_pioneer-0.1.35-py3-none-any.whl
| Download URL | test_pioneer-0.1.35-py3-none-any.whl |
|---|---|
| Size | 28.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
de4e8877773eae2b9fea1072e477be06c3032336b45cde141850178314f86985
|
|
BLAKE2b-256 checksum How to use checksums |
0ccdebe92eb9bb9b4565b99e7b3180b873226f9616852036f5a765d847b1e52b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|