Use Copilot instructions file to point each end-to-end spec at the top-level page source file.
Let AI pick a test tag and run end-to-end tests when the user opens a GitHub bug issue.
Make Copilot more likely to successfully write end-to-end tests by providing the instructions file and using a page object.
Using LLMs to check the web application against product features summaries during E2E tests.
Give GitHub Copilot instructions on how to review pull requests that affect the front-end components and their E2E tests.
Find similar Cypress recipes and examples using semantic search and retrieval-augmented generation.
Suggest the appropriate test tag based on the pull request title and text.
Summarize the existing E2E tests and pick the tests to run based on the code pull request changes.