Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
# DISCOGS-UI

![Playwright Tests](https://github.com/mikeclark206/Discogs-UI/actions/workflows/playwright.yml/badge.svg)
![TypeScript](https://img.shields.io/badge/TypeScript-Playwright-blue)
![Test Coverage](https://img.shields.io/badge/Coverage-Smoke%20%7C%20Functional%20%7C%20Integration%20%7C%20Negative%20%7C%20A11y-brightgreen)
![Portfolio Project](https://img.shields.io/badge/Portfolio-QA%20Automation-purple)
Playwright + TypeScript UI automation portfolio project for [Discogs](https://www.discogs.com/).

DISCOGS-UI validates key Discogs user journeys including homepage availability, search, release page navigation, marketplace browsing, login page behavior, negative search handling, unauthenticated account access, and automated accessibility smoke checks.

---

## Portfolio Highlights

This project demonstrates practical QA automation skills through:

- Focused Version 1 test scope
- Page Object Model structure
- Data-driven search testing
- Integration flow validation
- Negative testing
- Accessibility smoke testing
- Cross-browser execution
- GitHub Actions CI
- Playwright HTML reporting
- Documented findings and lessons learned
- Transparent AI-assisted development notes

## Project Purpose

This project was created as a modern QA portfolio project that combines my professional QA experience with my background in music.
Expand Down
Loading