A Python project implementing the Screenplay Pattern for automated testing. It uses the RealWorld demo app as the application under test.
Python 3.12+ (recommended)
Install dependencies with Poetry:
poetry install
Run the test suite:
poetry run pytest
Currently in early development — focused on:
-
basic Screenplay structure
-
iterative improvements