Skip to main content
강홍재/ James
← Work
Live2025 · Solo Builder· Started(First Commit date)

QAlity - Playwright × Jira

Triggers Playwright automation from Jira issues and writes results back as comments.

  • Playwright
  • Python
  • Jira API
Problem

The manual regression-testing loop - file an issue → run → write results → move state - lives in separate places, which kills consistency.

What I did
  • Takes a Jira issue as input and runs the matching Playwright scenario
  • Auto-posts the result as a Jira comment and handles the state transition too
Outlook

Kept as a QA portfolio piece. Could serve as OSS or as a consulting side tool.

QA lens on this call

Real QA automation isn't about "running tests" - it's about whether testing lives inside the workflow. Connecting the workflow end to end comes before adopting any tool.

Tech stack
  • Python 3.11+
  • Playwright
  • Jira REST API