31. Use Copilot Instructions And Page Objects (glebbahmutov.com)
Ask Copilot agent to write the full end-to-end test and it is likely to write nonsense. For example, let's test the "zero teams / zero players" message on my soccer web app.I can start a new test in the existing "Teams" spec filecypress/e2e/teams.cy.js123describe('Teams', () => { it.only('shows zero...