Skip to content

Releases: ravigitgit/demoqa

Initial Playwright Test Automation Release

07 Nov 16:29

Choose a tag to compare

🚀 First stable release of DemoQA Playwright Automation Framework

✅ Features

  • Page Object Model setup
  • Test data config (env secrets for URL, username, password)
  • Basic smoke test coverage:
    • Login page tests
    • TextBox form test
    • Buttons click tests
    • Alerts test

🧪 CI/CD

  • GitHub Actions CI pipeline
  • Multi-browser matrix (Chromium, Firefox, WebKit)
  • HTML report uploaded as artifact
  • Test results + trace videos
  • GitHub Pages: Live HTML Report

📦 Docker

  • Playwright Docker runner
  • GHCR image published: ghcr.io/ravigitgit/demoqa-tests:latest

📄 Docs

  • README updated
  • Setup instructions
  • Command to run with Docker

This version marks a solid baseline for future enhancements.