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.1.tar.gz (16.5 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.1-py3-none-any.whl (24.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: alumnium-0.7.1.tar.gz
  • Upload date:
  • Size: 16.5 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.1.tar.gz
Algorithm Hash digest
SHA256 acf4461b6b0a2aee62cf15412fe5f2a5b2fd5fbf0d496355bcbeeb1eeb6144b1
MD5 77a0f90621dcce3ef89eb73d7554b9f7
BLAKE2b-256 d323c639b64a38a33f537a99c81a71bc462d1d6de32380877c96723e999323a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for alumnium-0.7.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: alumnium-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 24.5 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 71fbd4c2458c016edd0519918c9bf877be3130b62541d65093a6ad4f96cb4b4a
MD5 7b1a3a3be78fc66da5e3c0c1a93694b3
BLAKE2b-256 d715abf98ed85b4dc3c4a36f647e45aab21e2cf0e4e1b621abaa16d0b53914dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for alumnium-0.7.1-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 Sentry Error logging StatusPage Status page