Hyperion Testing Framework
Project description
Hyperion Testing Framework
"One Framework to unite them all, One Framework to streamline interfaces, One Framework to simplify the way and bring harmony in automation."
Hyperion is a Python testing framework designed to unify web, mobile, desktop, API, CLI, and visual testing under a single, consistent programming model.
Its primary goal is to reduce duplication, improve test stability, and enable cross-platform test reuse through a powerful and extensible Page Object Model (POM).
Documentation
Hyperion’s full documentation is available online and covers:
- Getting started guides
- Core concepts and design philosophy
- Step-by-step tutorials
- How-to guides and recipes
- Public API reference
- Architecture and behavior contracts
📖 Read the documentation here:
https://github.com/oleksiybondar/hyperion/blob/main/docs/index.md
Why Hyperion?
Modern applications rarely exist on a single platform.
The same product often ships as a web app, a mobile app, a desktop app, and exposes APIs and command-line tools — all backed by the same backend services.
Hyperion is built around the idea that tests should reflect this reality.
Instead of writing separate test frameworks and page objects for each platform, Hyperion allows you to:
- Reuse the same page object structures across platforms
- Encapsulate platform-specific behavior without duplicating test logic
- Test UI, APIs, CLI tools, and visuals using a unified approach
High-Level Architecture
At its core, Hyperion provides:
- A cross-platform Page Object Model (POM)
(WebPage,MobileScreen,DesktopWindow,Widget,IFrame,WebView) - A declarative element definition model based on decorators
- A powerful locator resolution system supporting:
- platform-specific locators
- OS-specific locators
- viewport-responsive locators
- Automatic context switching for iframes, nested iframes, and webviews
- Built-in stale element recovery and retry logic
- A unified Wait API focused on interactive readiness rather than raw timing
- First-class support for:
- REST API testing
- CLI and SSH-based testing
- Visual testing with baseline comparison
- A dual assertion model:
expect(fail-fast)verify(accumulate failures)
Hyperion wraps the complexity of underlying automation tools (Selenium, Playwright, Appium, etc.) behind a stable and expressive API, allowing test code to focus on intent, not mechanics.
Installation
pip install hyperiontf
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hyperiontf-0.6.23.tar.gz.
File metadata
- Download URL: hyperiontf-0.6.23.tar.gz
- Upload date:
- Size: 238.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.10 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e075cc0f065564e8745afbc3cdf3bfb3fbb8c1ad44c87a840e59f4446441071
|
|
| MD5 |
6b08e23695600809e437dfff7630ab1e
|
|
| BLAKE2b-256 |
7a266956557100659287d12d29382afb208bf42ed569f5713ebc4d6abdfbd7d0
|
File details
Details for the file hyperiontf-0.6.23-py3-none-any.whl.
File metadata
- Download URL: hyperiontf-0.6.23-py3-none-any.whl
- Upload date:
- Size: 294.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.10 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
089c1f908058d558ad9f5a476acfc3d8d81da951e8100eab23fbf2597a542c11
|
|
| MD5 |
61141c44075d7ac421d0b234f84b98cf
|
|
| BLAKE2b-256 |
a533027f565d70aa4ec10319235919420a3755fa276d7d6b1529d341cf0745a6
|