Overview - Full-page screenshots
What is it?
Full-page screenshots capture the entire visible and scrollable area of a web page during automated tests. Unlike regular screenshots that only capture the visible viewport, full-page screenshots include content beyond what is immediately visible on the screen. This helps testers see the full layout and content of a page in one image.
Why it matters
Without full-page screenshots, testers might miss visual bugs hidden outside the visible screen area, such as layout breaks or missing elements below the fold. This can lead to undetected issues in user experience. Full-page screenshots provide a complete visual record, making debugging and reporting easier and more reliable.
Where it fits
Before learning full-page screenshots, you should understand basic Cypress commands and how to take simple screenshots. After mastering full-page screenshots, you can explore visual testing tools and advanced screenshot comparison techniques.