Search⌘ K
AI Features

Challenge: Check Article Page

Explore how to verify article page functionality through UI integration testing with Cypress. Learn to stub backend requests, send authenticated GET requests, and check content using findAllByText. This lesson reinforces practical skills in front-end testing workflows.

We'll cover the following...

Problem statement

Write a test that goes to the article/foo URL, URL, stubs the requests, and checks that the article page works. ...