BDD Tests
August 12, 2025 ยท View on GitHub
This directory contains BDD tests for validating article content and layout.
Test Files
article-content.feature
Contains BDD scenarios for testing article content and layout validation.
Running Tests
To run the BDD integration tests:
docker compose run test
Prerequisites
- Playwright browsers installed (handled automatically in Docker)
- Site built and served (see project README)