Releases: mnashed13/Playwright-testing-framework
Releases · mnashed13/Playwright-testing-framework
Version 1
Release Notes
Version 1.0.0 - 2025-05-03
🚀 New Features
- Initial release of the Playwright Automation Framework.
- Cross-browser support for Chromium, Firefox, and WebKit.
- Basic page object model structure implemented.
- Test runner configured using Playwright Test.
- Integrated HTML reporter with screenshots on failure.
- Environment-based configuration management (
dev,qa,staging,prod). - Basic CLI for running tests by tag, environment, and browser.
- Integrated support for CI pipelines (GitHub Actions / GitLab CI).
- Utility functions for common UI operations (waits, element interactions, etc.).
- Cucumber BDD support using
@cucumber/cucumberwith.featurefiles and step definitions.
⚙️ Tech Stack
- Playwright v1.x
- TypeScript
- Node.js
- Cucumber.js (Gherkin syntax support)
- dotenv for environment variables