GitHunt
JA

jariel17/python-screenplay-automation

Screenplay Pattern test automation framework in Python for the RealWorld demo app, designed to showcase scalable API and UI testing architecture.

๐Ÿค– Screenplay Automation (Python)

๐Ÿ“Œ What this project is

A Python project implementing the Screenplay Pattern for automated testing.
It uses the RealWorld demo app as the application under test.

๐Ÿ Python version

Python 3.12+ (recommended)

โ–ถ๏ธ How to run the tests

Install dependencies with Poetry:

poetry install

Run the test suite:

poetry run pytest

โš™๏ธ Project status

Currently in early development โ€” focused on:

  • basic Screenplay structure

  • iterative improvements