# Using Copilot Instructions and Page Objects to Develop Cypress End-to-End Tests

DevFeed: [Using Copilot Instructions and Page Objects to Develop Cypress End-to-End Tests](<https://devfeed.tech/articles/copilot-instructions-example-28880.md>)

Original publisher: [Read original article](<https://glebbahmutov.com/blog/copilot-instructions-example/>)

Author: Gleb Bahmutov

Published: 2025-10-09T04:00:00Z

Content type: tutorial

Language: en

Sources: [Gleb Bahmutov](<https://devfeed.tech/sources/gleb-bahmutov.md>)

Topics: [Cypress](<https://devfeed.tech/topics/cypress.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [advice](<https://devfeed.tech/tags/advice.md>), [ai](<https://devfeed.tech/tags/ai.md>), [copilot](<https://devfeed.tech/tags/copilot.md>), [cypress](<https://devfeed.tech/tags/cypress.md>), [page-object](<https://devfeed.tech/tags/page-object.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tests](<https://devfeed.tech/tags/tests.md>)

## AI overview

This tutorial demonstrates using Copilot instructions and page objects to develop Cypress end-to-end tests for a TodoMVC application. It shows how instructions can improve generated suggestions, help implement test code, and support refactoring with short prompts.

## Source excerpt

I have described using Use Copil