You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just create a new project by using these commands
npm init -y
npm install cypress --save-dev
here is the version:
Cypress package version: 14.0.0
Cypress binary version: 14.0.0
Electron version: 33.2.1
Bundled Node version:
20.18.1
I am unable to click on my test sample that is created newly here is the code
describe('My First Test',()=>{it('Visits the Cypress website',()=>{cy.visit('https://www.cypress.io');});})
still not working
Cypress Mode
cypress open
Cypress Version
v14.0.0
Browser Version
v132
Node version
v20.9.0
Operating System
Windowns
Memory Debug Logs
not adding as there is a limit
Other
please let me know the exact issue what were the issue i am unable to create a new project .In current project its working fine
I also added the error screenshot
The text was updated successfully, but these errors were encountered:
Test code to reproduce
I just create a new project by using these commands
here is the version:
Cypress package version: 14.0.0
Cypress binary version: 14.0.0
Electron version: 33.2.1
Bundled Node version:
20.18.1
I am unable to click on my test sample that is created newly here is the code
still not working
Cypress Mode
cypress open
Cypress Version
v14.0.0
Browser Version
v132
Node version
v20.9.0
Operating System
Windowns
Memory Debug Logs
Other
please let me know the exact issue what were the issue i am unable to create a new project .In current project its working fine
I also added the error screenshot
The text was updated successfully, but these errors were encountered: