Skip to main content

Logo
Alumnium

Pave the way towards AI-powered test automation.
Installation · Quick Start · Documentation

Alumnium is an experimental project that builds upon the existing test automation ecosystem, offering a higher-level abstraction for testing. It simplifies interactions with web pages and provide more robust mechanisms for verifying assertions.

Currently in the very early stages of development and not recommended for production use.

Installation

pip install alumnium

Quick Start

import os
from alumnium import Alumni
from selenium.webdriver import Chrome

os.environ["OPENAI_API_KEY"] = "..."

driver = Chrome()
driver.get("https://google.com")

al = Alumni(driver)
al.do("search for selenium")
al.check("page title contains selenium")
al.check("search results contain selenium.dev")
assert al.get("atomic number") == 34

Check out documentation and more examples!

Development

Setup the project:

pipx install poetry
poetry install

Configure access to AI providers and start hacking!

Useful commands during development:

poetry run python -i demo.py  # run REPL
poetry run behave             # run Gherkin examples
poetry run pytest             # run Pytest examples

Download files

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

Source Distribution

alumnium-0.7.0.tar.gz (14.7 kB view details)

Uploaded Source

Built Distribution

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

alumnium-0.7.0-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file alumnium-0.7.0.tar.gz.

File metadata

  • Download URL: alumnium-0.7.0.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for alumnium-0.7.0.tar.gz
Algorithm Hash digest
SHA256 933ae51d7029c881dd4d5cd1e129bd08628d7e975f88576255d8d7d199a1995a
MD5 89f26dcd218a68839a64f15d6896c59c
BLAKE2b-256 d7dea55bbc55d4276033d0e8fd19e5fa73667a27ad2b6c8771d12dafec9d34c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for alumnium-0.7.0.tar.gz:

Publisher: ci.yml on alumnium-hq/alumnium

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file alumnium-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: alumnium-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 22.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for alumnium-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 196df648e28cb9f5a40dbaa55d80c5c52ae4a729fd2fc5a2ee0f54b4da71a96f
MD5 49a210f86755d5238289e1a8a8a110e5
BLAKE2b-256 807390d90a48da5c4cb7c436e7453fb5e0e7544f61b018a1ed030e07093085e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for alumnium-0.7.0-py3-none-any.whl:

Publisher: ci.yml on alumnium-hq/alumnium

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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