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

PolinaKr
PolinaKrCommunity ManagerAuthor
Community Manager
April 9, 2026

Submit your answers here in the comments!

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

invalid username and password

Space Cadet
April 9, 2026


These are tests created for end to end testing of given application using given template

Ensign
April 9, 2026

 

Ensign
April 9, 2026

 

 

working fine for me.

Ensign
April 9, 2026

 

vbank
Ensign
April 9, 2026

Worked for me
 

 

Space Cadet
April 9, 2026

feature: add complete Playwright login test suite with POM architecture for Login page

  • Implement Page Object Model (POM) with robust locator strategies
  • Add comprehensive test coverage for happy path, negative, edge cases, and security scenarios
  • Configure multi-browser testing (Chromium, Firefox, WebKit) with CI/CD integration
  • Include TypeScript strict mode, environment variables for credentials, and detailed documentation
  • Set up GitHub Actions workflow for automated testing with artifact uploads

Test scenarios covered:

  • Successful login with valid credentials (@smoke @regression)
  • Failed login with invalid password/email (@regression)
  • Empty/partial form submissions (@regression)
  • SQL injection and XSS attack prevention (@security)
  • Login after session expiry/logout (@regression)

Files added:

  • playwright.config.ts: Multi-browser config with retries and reporting
  • pages/LoginPage.ts: POM class with encapsulated actions and getters
  • tests/fixtures.ts: Extended test fixtures with cleanup
  • tests/login.spec.ts: 11 comprehensive test scenarios
  • .github/workflows/ci.yml: GitHub Actions CI/CD pipeline
  • README.md: Complete documentation and usage guide

All TypeScript files compile successfully with strict mode enabled.

 

Space Cadet
April 9, 2026