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.
- Host: GitHub
- URL: https://github.com/dashatsion/qa-advanced-prompting
- Owner: dashatsion
- License: mit
- Created: 2025-10-07T21:59:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-07T22:30:03.000Z (9 months ago)
- Last Synced: 2025-10-08T00:16:20.495Z (9 months ago)
- Topics: ai, cypress, ministry-of-testing, playwright, prompt, prompt-engineering, qa, testing
- Homepage: https://dev.to/dashatsion
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

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).
---