cypress
cypress copied to clipboard
Hi, I'm working through the [Testing Web Apps with Cypress course](https://frontendmasters.com/courses/cypress/) on FE Masters, and I'm having difficulty upgrading Cypress to the latest version. I've been looking on StackOverflow for...
I cloned the project and installed node modules with `yarn install` and also setup db as indicated in setup md file but when i run `yarn start` i get strange...
Started doing this through frontend masters. Describe is not defined when doing first test. Solved it by installing "eslint-plugin-cypress": "^2.12.1", and then in eslintrc extends array: "plugin:cypress/recommended" Also had to...
Hey! I noticed something and I would like to ask, bellow I'll let a test from **Secret Menu**, I might be wrong, but I think this test is weak and...
When I try and run `npx cypress open` I get this I've tried node 20 and 16
Hi, I started working with the course repo (no migrations of Cypress versions at all - just following the readme) and stumbled upon 3 issues: 1. I could not run...