Uploaded March 2025 | Updated September 2026, 1 week ago
In this video I am showing how VSCode GH Copilot helps me modify several comments into log calls. Then I show the same refactoring using Cursor AI. What we want to do in the spec file is change each comment into a cy.log command:
// comment here
cy.log("comment here")
GH Copilot does not really help, while Cursor AI makes this transformation super quick. I plan to look into Cursor AI in the future, so stay tuned:
- youtube.com/glebbahmutov
- linkedin.com/in/bahmutov
- https://bsky.app/profile/bahmutov.bsky.social
- https://cypress.tips/courses
In this video I am showing how VSCode GH Copilot helps me modify several comments into log calls. Then I show the same refactoring using Cursor AI. What we want to do in the spec file is change each comment into a cy.log command:
// comment here
cy.log("comment here")
GH Copilot does not really help, while Cursor AI makes this transformation super quick. I plan to look into Cursor AI in the future, so stay tuned:
- youtube.com/glebbahmutov
- linkedin.com/in/bahmutov
- https://bsky.app/profile/bahmutov.bsky.social
- https://cypress.tips/courses










