Skip to main content

Logo
Alumnium

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

Aluminum is an experimental project that builds upon the existing test automation ecosystem, offering a higher-level abstraction for testing. It aims to simplify 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("selenium in page title")
al.check("selenium.dev is present in the search results")

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.6.0.tar.gz (12.9 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.6.0-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for alumnium-0.6.0.tar.gz
Algorithm Hash digest
SHA256 e22f5c38c56613b5d20922f549155b27194bcbd16289020165260f8529f1a1b8
MD5 2f9004621fe59536d517d40fa0e9359d
BLAKE2b-256 4a4cf08295bf204bf3d00dd70cc692a32ac124fd11bc3244c0cc48fc18a7703c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for alumnium-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b57cde9a6fd9ea761bee40ff87f9fac1cbf88c44b111e5b506058f7763596a51
MD5 2175ef60dba46c87c0c1ec5e87222a7a
BLAKE2b-256 08af72ed21b5d751ac6d840c1cd08419c800ac07a45dc987445f52d963795c3b

See more details on using hashes here.

Provenance

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