Manuals / Cypress / Ch 7

B · CoreIntermediate35 min read

7. Checkpoint A — Core Cypress suite

Cypress · 48 pages source format

Prove Phase A–B: stable selectors, custom commands, intercept, and session — flat structure OK, POM comes next.

What you'll learn

  • Core suite pass criteria

Pass criteria

All must pass before POM chapter.

  • 8+ specs covering login, inventory, cart, checkout start
  • cy.login custom command + cy.session
  • At least 2 cy.intercept tests (spy + stub)
  • Zero cy.wait(milliseconds)
  • All tests green headless locally
  • README: how to open and run Cypress

Do this now

Run npx cypress run and verify.

Clear?

Checklist