Haven't seen many Cypress tutorials, but I'm already convinced this is one of the best.
@Cypressio2 жыл бұрын
Thanks Richard!
@caiovinicius2718 Жыл бұрын
This is course is absolutely stuning! I don't see other courses (not even paid) putting so much effort into delivering such concise knowledge. Thank you very much Cypress Team
@MrLavrinenko292 Жыл бұрын
Guys, don't stop making videos like this! Your teaching is great! You are just lions! Thank you so much!🦁🦁🦁
@Naraenkarthick2 жыл бұрын
Fantastically explained.. kindly upload all concepts in a single playlist it would help lakhs of people.
@LucyAGI Жыл бұрын
The part at 5:00 is awesome. I'm a senior dev, I know stuff. I too, spend 20 minutes talking agressivelly to non running software, now and then.
@priyagurde89682 жыл бұрын
Please make a video on email testing in cypress. Example- user will get verification email in his inbox and he should click action button in email to set his password.
@JoolieEm Жыл бұрын
5:17 I've done exactly step by step as you have, and still get the same error message. :(
@micaann7974 Жыл бұрын
Getting this error when running npm run dev: npm ERR! Missing script: "dev" Any ideas how to fix it?
@nathan_falkon366 ай бұрын
My time travelling debugging is not working, when i hover or click in "get h1" it says element is not visible, any ideia why ?
@thomasreid7424 Жыл бұрын
One thing you might want to mention is that this won't work if the url is using https also, I was getting the same error you pointed out and had to change it to http for it to work properly.
@MrLavrinenko292 Жыл бұрын
Why when you run Cypress first time, your config files has .ts extention, but when i do, i have .js extention? 😭
@wondererofthemosaic2 жыл бұрын
tried writting a simple test and when i run it it says no test found, how do i fix this?
@Cypressio2 жыл бұрын
Please create a new discussion, with a link to your repo here: github.com/cypress-io/cypress-realworld-testing/discussions
@lucasxavierlucas2 жыл бұрын
epic
@chibunkemojiaku7608 Жыл бұрын
i did the npm run dev and got the following error npm ERR! Missing script: "dev" npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\USER\AppData\Local pm-cache\_logs\2023-01-05T17_15_50_695Z-debug-0.log
@Rextor360 Жыл бұрын
make sure that Terminal was run inside your project folder. Run it by Right click on your project name -> Open in integrated teminal
@thuphan60582 жыл бұрын
I don't know why my test using data attribute is not working. I copied the exact code on the playground and pasted it to my test (of my app) as bellow: cy.get(':nth-child(7) > [data-layer="Content"]').contains('PROJECTS'). It returned assertion error. Any advice are welcome! Thank you!
@Cypressio2 жыл бұрын
Hi Thu. It is very difficult for us to help debug errors that are out of context in youtube comments. I suggest you create a discussion with the issue you are experiencing with as much detail as possible. Please also include a link to your GitHub repo which reproduces the error so we can better help you. GitHub Issues link: github.com/cypress-io/cypress-realworld-testing/discussions
@thuphan60582 жыл бұрын
@@Cypressio thank you for the suggestion! I will do so.