Skip to main content
PolinaKr
Community Manager
April 9, 2026

[Meetup] AI skills for QA that get you hired: Solo task

  • April 9, 2026
  • 18 replies
  • 571 views

👉Everything you will need for the Solo task is on the GitHub here

  • Clone a real GitHub repo
  • Write a SKILLS definition using a provided template
  • Generate meaningful, context-aware test cases you can talk about in interviews
  • Submit your results in the comments of this thread (e.g., in the form of links and screenshots).

🕒 Submissions: If time runs short during the meetup, participants will have up to 24 hours after the event to submit their solo task. 
🏆 Winner: Best Solo Submission will get a gift from us

 

18 replies

Ensign
April 9, 2026

Hello Team,
Solo Activity Submission – AI Testing Agents Orchestration

 

Space Cadet
April 9, 2026

Solo task submission.
I have added respective tests and now I am giving link to repo

https://github.com/aarti-kulkarni-5393/solo_task.git

I have uploaded all tests here

Ensign
April 9, 2026

UI Tests:

API Tests:

 

Ensign
April 10, 2026

🚀 Agentic Test Automation: Building a Production-Ready Playwright Suite

I have completed a comprehensive test automation project exploring the intersection of AI agents and software quality. Using a custom AI skill (playwright-tester.agent.md), I architected and generated a complete, production-grade Playwright End-to-End (E2E) test suite for a React/Node.js Employee Manager application.

This project serves as a real-world deliverable demonstrating how AI-driven workflows can accelerate the creation of robust, non-flaky test infrastructure.

✨ Key Highlights:

  • Comprehensive Coverage: 197 tests spanning across 5 browser projects (Desktop & Mobile).

     

  • Zero Flakiness: Achieved a 100% pass rate by prioritizing role-based locators and auto-waiting mechanisms over brittle CSS selectors.

  • Modern Architecture: Fully implemented the Page Object Model (POM) for maximum maintainability.

  • Advanced Playwright Features: Successfully integrated isolated API mocking (page.route()) and pixel-perfect Visual Regression testing.

  • CI/CD Ready: Fully integrated with GitHub Actions for automated execution, health-checking, and artifact retention (traces/videos on failure).

By acting as a "Senior QA Automation Engineer," the AI agent guided the exploration phase, test design, flakiness debugging, and CI pipeline setup from start to finish.

🔗 Check out the code: GitHub Repository 📄 Deep dive into the methodology: [Read the attached PDF for the full Project Report]

gauravkhurana
Ensign
April 10, 2026

 Agentic Playwright Test Suite with Live CI Report

Built a production-ready Playwright E2E test suite for the Employee Manager app, driven by a custom AI agent with a SKILL.md domain knowledge file that encodes application-specific selectors, reusable helpers, and known pitfalls.
 


What was built:

45 tests across 4 spec files covering every user journey: authentication (all 3 users), employee CRUD with API seeding, real-time search, navigation & route guards
SKILL.md — a reusable domain knowledge capsule containing the full selector reference, loginAs/seed/clearAll helper patterns, and a pitfall table (e.g., MUI empty state always renders a row — you can never use toHaveCount(0))
100% pass rate — zero flakiness achieved by isolating each test with API seeding and scoping ambiguous selectors to dialogs

 

GitHub Actions CI — automated on every push, publishes Playwright HTML report to GitHub Pages
📊 Live report: https://gauravkhuraana.github.io/ActivityAI/solo/

🔗 Repository: https://github.com/gauravkhuraana/ActivityAI

Checkout the readme file 


Key architectural decisions:

  1. API seeding (POST /employees) before each test — no UI setup, true test isolation
  2. Scoped delete dialog button (dialog.getByRole('button', { name: 'Delete' })) — avoids row/dialog button ambiguity
  3. Text-based empty state assertion (getByText('No employees found.')) — robust against MUI's always-present <TableRow>

 

Thanks to Tricentis for organizing such great events and inviting experts like Karthik and these challenges are icing on the cake

 

Thank you

gauravkhurana.com
PolinaKr
PolinaKrCommunity ManagerAuthor
Community Manager
April 17, 2026

Thank you everyone for participating in the challenge.

And special thanks to ​@executeautomation for hosting it.

And our winner is ​@gauravkhurana 🎉

Congratulations! I will reach out to you shortly to organize the prize!

And may the quality be with you
Ensign
April 17, 2026

Thank you everyone for participating in the challenge.

And special thanks to ​@executeautomation for hosting it.

And our winner is ​@gauravkhurana 🎉

Congratulations! I will reach out to you shortly to organize the prize!

 

Congratulations, Gaurav! wooho! 🎉

gauravkhurana
Ensign
April 21, 2026

Thank you everyone for participating in the challenge.

And special thanks to ​@executeautomation for hosting it.

And our winner is ​@gauravkhurana 🎉

Congratulations! I will reach out to you shortly to organize the prize!

 

Congratulations, Gaurav! wooho! 🎉

Thanks a lot ​@vgudipati . The comprehensive coverage screenshot that you added in report was impressive. Really liked your work

gauravkhurana.com