Testing your first application - Lesson 02 - Installing Cypress and writing your first test

preview_player
Показать описание
In lesson two of the Testing your first application with Cypress course, you will learn:
- How to install Cypress
- How to write Cypress tests
- Command chaining
- Cypress best practices
- beforeEach hooks
- Practice

You can find the lesson here:

Need additional support? Join us on Discord:
Рекомендации по теме
Комментарии
Автор

Haven't seen many Cypress tutorials, but I'm already convinced this is one of the best.

Rimlick
Автор

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 <3

caiovinicius
Автор

Guys, don't stop making videos like this! Your teaching is great! You are just lions! Thank you so much!🦁🦁🦁

MrLavrinenko
Автор

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.

LucyAGI
Автор

Fantastically explained.. kindly upload all concepts in a single playlist it would help lakhs of people.

Naraenkarthick
Автор

5:17 I've done exactly step by step as you have, and still get the same error message. :(

JoolieEm
Автор

Getting this error when running npm run dev:
npm ERR! Missing script: "dev"

Any ideas how to fix it?

micaann
Автор

My time travelling debugging is not working, when i hover or click in "get h1" it says element is not visible, any ideia why ?

nathan_falkon
Автор

Why when you run Cypress first time, your config files has .ts extention, but when i do, i have .js extention? 😭

MrLavrinenko
Автор

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.

thomasreid
Автор

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.

priyagurde
Автор

tried writting a simple test and when i run it it says no test found, how do i fix this?

wondererofthemosaic
Автор

this is so funny because I meet this error just for https

董茜-rl
Автор

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!

chibunkemojiaku
Автор

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) > It returned assertion error. Any advice are welcome! Thank you!

thuphan
join shbcf.ru