Skip to main content

Framework to build UI test automation in Page Transactions pattern

Project description

Guará

PyPI Downloads

Guará is a Python framework designed to simplify UI test automation.

Syntax

Application.at(apage.DoSomething [,with_parameter=value, ...]).asserts(it.Matches, a_condition)

Example in Action

from selenium import webdriver
from pages import home, contact, info, setup
from guara.transaction import Application
from guara import it

def test_sample_web_page():
    # Initialize the Application with a driver
    app = Application(webdriver.Chrome())
    # Open the web application
    app.at(setup.OpenApp, url="https://anyhost.com/")
    # Change language to Portuguese and assert content
    app.at(home.ChangeToPortuguese).asserts(it.IsEqualTo, content_in_portuguese)
    # Navigate to Info page and assert text presence
    app.at(info.NavigateTo).asserts(it.Contains, "This project was born")
    # Close the web application
    app.at(setup.CloseApp)

For more information, check the documentation

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

guara-0.0.15.tar.gz (852.9 kB view details)

Uploaded Source

Built Distribution

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

guara-0.0.15-py3-none-any.whl (13.1 kB view details)

Uploaded Python 3

File details

Details for the file guara-0.0.15.tar.gz.

File metadata

  • Download URL: guara-0.0.15.tar.gz
  • Upload date:
  • Size: 852.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for guara-0.0.15.tar.gz
Algorithm Hash digest
SHA256 8f781b1ed275c8dd7e8841a6d3f8d2c9b1c5337f9b6eeeba78357b995b07f038
MD5 f83dcb59c7e09b2adca784496be9993a
BLAKE2b-256 a43829c2d71f9e57625e3d279fcf72004d570d154570239abc8389f32b68c69f

See more details on using hashes here.

File details

Details for the file guara-0.0.15-py3-none-any.whl.

File metadata

  • Download URL: guara-0.0.15-py3-none-any.whl
  • Upload date:
  • Size: 13.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for guara-0.0.15-py3-none-any.whl
Algorithm Hash digest
SHA256 923f2538c982bd7a00583382fe8afe4f17a47ca089006f9a824f37741650ca62
MD5 8c10306a995b2b8f6f05d58849354657
BLAKE2b-256 1bb7b257a63653ecf12498e094a921d81996b3fe44e0442b372c6443d210a88d

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