StateSXT
latest

Getting Started

  • Introduction
  • Quick Start

Template

  • /base
  • /database
  • /locators
  • /pages
  • /testcases
  • /utils
  • .env_template
  • .gitignore
  • poetry.lock
  • pyproject.toml
  • pytest.ini
  • README.md
StateSXT
  • Welcome to StateSXT’s documentation!
  • Edit on GitHub

Welcome to StateSXT’s documentation!

Getting Started

  • Introduction
    • What is?
    • Design Pattern
    • Testing Framework
    • Contents
  • Quick Start
    • How to Install?
    • How to Use?
    • How to Update?
    • How to Uninstall?

Template

  • /base
    • __init__.py
    • base_driver.py
    • check.py
    • form.py
    • mouse_keys.py
    • table.py
    • wait.py
  • /database
    • __init__.py
    • database.py
    • queries.py
    • service.py
  • /locators
    • __init__.py
    • example_locator.py
  • /pages
    • __init__.py
    • example_page.py
  • /testcases
    • /_fixtures
    • /_interfaces
    • /_states
    • /example
    • __init__.py
    • conftest.py
  • /utils
    • __init__.py
    • crypter.py
    • email.py
    • faker.py
    • file_opener.py
    • formatter.py
    • gsheet.py
    • logger.py
    • response_handler.py
    • wrapper.py
  • .env_template
    • POSTGRE_DB_SSH_HOST
    • POSTGRE_DB_SSH_PORT
    • POSTGRE_DB_SSH_USERNAME
    • POSTGRE_DB_SSH_PASSWORD
    • POSTGRE_DB_DB_SERVER
    • POSTGRE_DB_DB_PORT
    • EXAMPLE_DB_DB_NAME
    • EXAMPLE_DB_DB_USER
    • EXAMPLE_DB_DB_PASSWORD
    • SENDER_EMAIL
    • SENDER_PASSWORD
    • RECEIVER_EMAIL
    • RECEIVER_NAME
    • SPREADSHEET_NAME
    • FOLDER_ID
  • .gitignore
  • poetry.lock
  • pyproject.toml
  • pytest.ini
  • README.md
Next

© Copyright 2024, Jason Caleb. Revision 362d7975.

Built with Sphinx using a theme provided by Read the Docs.