Skip to main content

Orbs - an automation framework for Web, Mobile (Appium), and API testing designed to grow with your team

Project description

Orbs

Automation framework that grows with your team


What is Orbs?

Orbs is an automation framework for Web, Mobile (Appium), and API testing designed to grow with your team.

Orbs supports different levels of automation maturity:

  • Junior QA engineers can start with visual tools, record-and-playback, reusable keywords, and Studio-based workflows
  • Senior engineers can work directly with code, CLI, and CI/CD pipelines without restrictions or license lock-in

Both approaches share the same execution engine and project structure, allowing teams to evolve their automation practices without rewriting tests or migrating frameworks.


Philosophy

1. Tests are software, not scripts

Automation code should be designed, structured, reviewed, and evolved like production code — not copied scripts glued together over time.

2. Explicit is better than implicit

If something runs, it should be obvious:

  • what is executed
  • from where
  • with which configuration

No silent defaults. No hidden behavior.

3. Structure before scale

Orbs enforces structure early so teams don’t pay technical debt later. Scaling automation should feel predictable, not painful.

4. One core, many interfaces

The same execution engine can be accessed via:

  • CLI
  • REST API
  • Orbs Studio (GUI)

Different entry points, same behavior.

5. Tooling should assist, not hide reality

Generators, runners, and spy tools exist to accelerate work — not to obscure how automation actually works.


Table of Contents


Core Capabilities

  • 📦 Project scaffolding with orbs init
  • 🧱 Clear project structure for large test suites
  • ⟳ Test suite, test case, feature, and step generation
  • ▶️ Unified runner for .feature, .yml, and .py
  • 🌐 REST API server for listing and scheduling executions
  • 🕵️ Web & Mobile Spy for element inspection
  • ⚙️ Typer-powered CLI
  • 🧩 Extensible hooks and listeners

Quick Start

pip install orbs-cli

orbs setup android
orbs init myproject
cd myproject

orbs create-feature login
orbs implement-feature login
orbs run features/login.feature

CLI Overview

orbs setup android
orbs init <project>
orbs create-testsuite <name>
orbs create-testcase <name>
orbs create-feature <name>
orbs implement-feature <name>
orbs run <target>
orbs serve [--port <port>]
orbs spy

Spy

Orbs provides an interactive Web & Mobile Spy, for inspecting elements and capturing locators.

orbs spy --web --url=https://example.com
orbs spy --mobile

📖 Full Spy documentation: docs/spy.md


Project Structure

myproject/
├── features/
├── steps/
├── testcases/
├── testsuites/
├── listeners/
├── settings/
└── .env

Configuration

Environment variables and properties are defined explicitly using .env and settings/*.properties.

APP_PORT=5006
SERVER_URL=http://localhost:5006

📖 Full configuration guide: docs/configuration.md


Documentation

Detailed documentation is available under the docs/ directory:

Start here: docs/philosophy.md

View docs locally

Install the documentation dependencies and serve locally:

pip install -r requirements.txt
mkdocs serve -a 0.0.0.0:8000

Build the static site:

mkdocs build -d site

Contributing

Contributions are welcome.

Please ensure:

  • Templates and CLI commands are updated
  • Documentation reflects behavior changes

License

Licensed under the Apache License, Version 2.0.
See the LICENSE file for details.


Contact

Built & maintained by Muhamad Badru Salam - QA Engineer (SDET)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orbs_cli-0.6.10.tar.gz (25.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

orbs_cli-0.6.10-py3-none-any.whl (25.0 MB view details)

Uploaded Python 3

File details

Details for the file orbs_cli-0.6.10.tar.gz.

File metadata

  • Download URL: orbs_cli-0.6.10.tar.gz
  • Upload date:
  • Size: 25.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.5

File hashes

Hashes for orbs_cli-0.6.10.tar.gz
Algorithm Hash digest
SHA256 7a0e4f303c9a9d2d19ce33770656338e465ce99d11c9998de468a4cc52ba857a
MD5 8ab8101504b95d8bb37debaf4b5c447d
BLAKE2b-256 3e8ee4231949c3ddd034d4ee673c4856cf3e55d1a6108d6064efae9d5fbaca6c

See more details on using hashes here.

File details

Details for the file orbs_cli-0.6.10-py3-none-any.whl.

File metadata

  • Download URL: orbs_cli-0.6.10-py3-none-any.whl
  • Upload date:
  • Size: 25.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.5

File hashes

Hashes for orbs_cli-0.6.10-py3-none-any.whl
Algorithm Hash digest
SHA256 46b5068c489e14f7308e9a66c2b1e307c4e8992e65dd61ca28d5511fe00873ab
MD5 4af01bee559c9ff98865c2da3c152e8f
BLAKE2b-256 f11ecca410d5dc4da7fc67b055b51dd99cf6bfdef47758f78cfd47fdb7f00a70

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page