project-root/ ├── .github/ │ └── workflows/ │ └── playwright-tests.yml # GitHub Actions CI pipeline │ ├── config/ │ └── config.js # Framework configuration (URLs, credentials, timeouts) │ ├── pages/ │ ...
A lightweight Express.js mock API server that simulates the Public Transport Victoria (PTV) API responses. Perfect for local development and testing without hitting the real API.