cypress-realworld-testing icon indicating copy to clipboard operation
cypress-realworld-testing copied to clipboard

Next.js project for learn.cypress.io

Results 30 cypress-realworld-testing issues
Sort by recently updated
recently updated
newest added

Hello, I'm new to cypress and currently in learning phase. Earlier all working fine. I was getting the interest, but suddenly test runner is stop working. I'm getting below error....

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [husky](https://github.com/typicode/husky) from 8.0.1 to 8.0.3. Release notes Sourced from husky's releases. v8.0.3 fix: add git not installed message #1208 v8.0.2 docs: remove deprecated npm set-script Commits 3c0e08d 8.0.3 1ed3f9a...

dependencies

Update TypeScript typings for custom commands. We have to edit the `global.d.ts`file and not the `commands.ts`file.

If the namespace declaration is put into `index.ts` file it is not detected by TS properly. Putting it into index.d.ts file fixes the issue and TS stops complaining.

To avoid to an `isolatedModules` TS error.

I'm following the tutorial at https://learn.cypress.io/testing-your-first-application However, the instructions for some sections seem to be disconnected from previous lessons/pages. I've completed the page _App Installation & Overview_. At the end...

Removing unnecessary code from example

I suggested this change because the iframe still has plenty of space, and while viewing on a desktop screen (2560 x 1440) the text in the video was way too...

Corrected a typo on line 145 of how-to-test-multiple-pages.mdx. The text "Getting started" should be updated to "Get started" for accuracy.