home/writing

Notes from the
quality trenches.

Field-notes and guides on software quality, Cypress automation, and the craft of keeping shipped products honest.

Total3 posts
Since2022
PlatformMedium
All essays live on MediumFollow @osama.azhar963 for new posts — indexed and excerpted below.
Open on Medium
Archive

Every post, reverse-chrono.

Showing 3 of 3 essays.

Cypress REST API Testing

A hands-on guide to REST API testing with Cypress — covering request interception, response assertion chains, and integrating API validation directly into your existing UI test suite without switching tools.

5 min read

Cypress — Generating Mochawesome Report

Step-by-step guide to wiring Mochawesome into your Cypress pipeline — beautiful HTML reports with screenshots, pass/fail history, and export-ready output for CI environments.

3 min read

Introduction to Cypress Automation

A beginner-friendly introduction to Cypress — setting up your first project, understanding the test runner, writing your first assertions, and why Cypress has become the go-to for modern web automation.

5 min read
Taxonomy
Recurring threads.

Three lenses I keep circling back to. Click any to filter the archive above.

Automation

Cypress automation, web testing

01

API Testing

REST endpoints, request validation

02

Reporting

Mochawesome, HTML reports, CI output

03