Skip to content

Version 1

Latest

Choose a tag to compare

@mnashed13 mnashed13 released this 03 May 03:51
· 56 commits to main since this release

Release Notes

Playwright Logo      Cucumber Logo

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/cucumber with .feature files and step definitions.

⚙️ Tech Stack

  • Playwright v1.x
  • TypeScript
  • Node.js
  • Cucumber.js (Gherkin syntax support)
  • dotenv for environment variables