An open API service indexing awesome lists of open source software.

https://github.com/dashatsion/qa-advanced-prompting

🧩 Prompt engineering for QA automation β€” practical library of AI prompts for Cypress, Playwright, and API testing.
https://github.com/dashatsion/qa-advanced-prompting

ai cypress ministry-of-testing playwright prompt prompt-engineering qa testing

Last synced: 9 months ago
JSON representation

🧩 Prompt engineering for QA automation β€” practical library of AI prompts for Cypress, Playwright, and API testing.

Awesome Lists containing this project

README

          


GitHub stars
License
MoT

hero


Maintained by DASHA TSION

# QA Advanced Prompting
**Turning AI into a testing partner for Automation QA.**

This repository hosts a practical **QA Prompt Library** focused on automation workflows (Cypress/Playwright/API), plus examples and templates you can adapt in your team.

> The better we ask, the better we test.

---

## πŸ“š What’s inside
- `prompts/QA_Prompt_Library.md` β€” 10+ advanced prompts for automation QA (test design, flaky analysis, refactoring, data generation, reporting).
- `examples/` β€” copy‑paste friendly examples (Cypress focused).
- `.github/ISSUE_TEMPLATE` β€” quick templates for requests/feedback.

## πŸ§ͺ Live examples

Explore examples directly:
- [Cypress Login Example](examples/cypress-login-example.md)
- [Playwright Login Example](examples/playwright-login-example.md)
- [API Testing Examples](examples/api-testing-examples.md)

> Each prompt can be copied into ChatGPT, Claude, or Gemini to generate similar outputs.

## 🧠 Why this exists
Prompt engineering is becoming a **core QA skill**. These prompts are structured, repeatable, and designed to fit into CI/CD and code review flows β€” not just one‑off chats.

## πŸš€ Quick start
1. Browse **prompts/QA_Prompt_Library.md**.
2. Copy a prompt, paste into your AI tool (ChatGPT, Claude, etc.).
3. Add project context (domain, stack, acceptance criteria).
4. Iterate: Generate β†’ Review β†’ Refine β†’ Automate.

## 🀝 Contributing
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md).

## πŸ“„ License
MIT β€” see [LICENSE](LICENSE).

---