Where have you been all my life?????? Your contents are exclusive. People barely talk much about stuff like this. Definitely leaving my notification on!! Great work man!
I got a new job as a software tester at a company which uses cypress so I wanted to get some basic knowledge in it. Thanks man, your course helped me a lot!
Great video man, congrats for the explanation, you do it very well. Just add a point in the async code. Sometimes we need more than 4 seconds for our code to be asserted, in those cases, we want to pass an option in get/contains/find command, which should be like this cy.contains("This Accomplisment was Successfully Submitted", { timeout: 10000 }).should("be.visible"); In this example, the test will still check for 10 seconds instead of only 4. Nice crash course man.
Your course is exactly what I needed! So well structured, concrete, nicely explained and in appropriate pace, I really enjoyed it very much, thank you!! I am going to check right away if you have even more courses related to Cypress :)
The best course about cypress that I found in the internet and its free!! 😎wow!! it's pretty awesome. I ran into some issues but I was able to solve them 😄. Thanks so much for your great content!! Like and suscribe for you 😁😁
I wanted to watch this but without instructions on how to resolve the package problems in 2023, it's impossible for beginners to follow this tutorial. Probably this is expected, but just thought I'd put that out there.
2:02:12 Just cuirous why this req.reply is getting caught in try & catch error ? You didn't set any statusCode (e.g 400), I doubt that req.reply() automatically sets POST response with 400. Any explanation?
Wow, Laith, nice course, really enjoyed it, and cypress afterwards feels very nice tool to use in own projects) And of course, I totally agree that giraffe sound very offensive)
Hey buddy great explanation. I am just having some difficulties finding the locators.spec.js after creating it under the new folder e2e that I believe it replaced the integration one. However, I deleted the example folder as you also mentioned and everything I can see now when I start the project is nothing less than cypress saying "Create your first spec". Any help I can get I appreciate.
Very good video. It will be very helpful if you post video about some real testing (authentication with google lets say with changed origin) and not this child level label span etc testing.
Hello dude, first of all excellent cypress tutorial...I have some question for part of code its about "rewards.spec.js" - > should display a list of rewards with mock first time show me 3 stuff from "rewards.json" after second and third runing cypress showing me up all rewards. So my question is why this happen?
Any reason why you installed cypress as prod dependency? That was confusing for me, I did check later Cypress docs which states install it as dev dependency. But great work, thank you for the sharing
Very good content . Subscribed will watch all the videos . Thank you Can you do an example on conditional login in your test. Example: if i see grid being populated delete first and then add. If grid is empty to begin with then add content
Hi all, any one knows how to login to application with Microsoft authenticator from cypress. I m having application which redirects to Microsoft authentication and then log into the application. Any comments?
@@lacis9546 its been a while since I last saw this video, but I believe I was referring to his spelling. You can see it for example at 30:14, where he says "sy" when instead he typed out "cy" in vscode. But yes, to answer your question, there is no difference between the pronunciation of cycle and psycology.
I am facing this error pass two days and still haven't found solution. need urgent help. Error: read ECONNRESET { errno: -4077, code: 'ECONNRESET', syscall: 'read' } Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:211:20) Thank you
Hi Laith, Thanks for the fantastic video. It’s a life saver and good introduction for me into Cypress Automation. I have 2 questions though, are you going to make an updated version with Cypress 10 since alot has changed in the framework naming and structure? Can you also share your email pls, I want to contact you directly. Thanks, Andrew
$ npm start > client@0.1.0 start > react-scripts start node:internal/modules/cjs/loader:535 throw e; ^ Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize' is not defined by "exports" in D:\Denys\cypress-crash-course\project-1 ode_modules\postcss-safe-parser ode_modules\postcss\package.json at new NodeError (node:internal/errors:393:5) at throwExportsNotFound (node:internal/modules/esm/resolve:358:9) at packageExportsResolve (node:internal/modules/esm/resolve:668:3) at resolveExports (node:internal/modules/cjs/loader:529:36) at Module._findPath (node:internal/modules/cjs/loader:569:31) at Module._resolveFilename (node:internal/modules/cjs/loader:981:27) at Module._load (node:internal/modules/cjs/loader:841:27) at Module.require (node:internal/modules/cjs/loader:1061:19) at require (node:internal/modules/cjs/helpers:103:18) at Object. (D:\Denys\cypress-crash-course\project-1 ode_modules\postcss-safe-parser\lib\safe-parser.js:1:17) { code: 'ERR_PACKAGE_PATH_NOT_EXPORTED' } Node.js v18.12.0 Денис Литвин@LAPTOP-F9EB40EB MINGW64 /d/Denys/cypress-crash-course/project-1 (master) $ Why I have such problem after writting npm start? (I have written npm i)
Where have you been all my life?????? Your contents are exclusive. People barely talk much about stuff like this. Definitely leaving my notification on!! Great work man!
I just discovered your channel and I'm already obsessed, your content and way of explaining is just exceptional. Thank you!
Oh my God! Does someone really teach like this on youtube. Your teaching skills are amazing. Thanks from the community.
Your content is amazing man, you have become one my favorite educators on youtube! Your channel deserves to blow up.
You, Sir, are an amazing content creator. I wish your channel skyrocks in 2022. You truly deserve it
this was probably the best cypress tutorial I have seen, found you through Net Ninja's video so big shout out for him as well
I got a new job as a software tester at a company which uses cypress so I wanted to get some basic knowledge in it. Thanks man, your course helped me a lot!
Thanks so much for all that time invested in, this free course is much better even than paid one ... 🤓💻
Great video man, congrats for the explanation, you do it very well. Just add a point in the async code. Sometimes we need more than 4 seconds for our code to be asserted, in those cases, we want to pass an option in get/contains/find command, which should be like this
cy.contains("This Accomplisment was Successfully Submitted", { timeout: 10000 }).should("be.visible");
In this example, the test will still check for 10 seconds instead of only 4.
Nice crash course man.
I was lucky to find your tutorials learning serverless, than was graphql and now cypress. You are my favorite teacher, thank you so much!
Your course is exactly what I needed! So well structured, concrete, nicely explained and in appropriate pace, I really enjoyed it very much, thank you!!
I am going to check right away if you have even more courses related to Cypress :)
This is the best tutorial I have EVER watched.
by far one of the best content creator, i really like way you explain things. thanks lot :D
Man, this was some high quality tutorial. Cheers!
This was great, thank you, you speak very clearly and it is explained very well.
Better content about Test end2end and cypress. Thanks for share with us.
The best course about cypress that I found in the internet and its free!! 😎wow!! it's pretty awesome. I ran into some issues but I was able to solve them 😄. Thanks so much for your great content!! Like and suscribe for you 😁😁
Amazing course. Very well explained. Thank you!
can you please make tutorial on same with typescript react app and its how to setup with typescript and cypress
Unreal information taught so well. Thank you for this Laith!
Thank you very much for your crash courses. Really great!!
I wanted to watch this but without instructions on how to resolve the package problems in 2023, it's impossible for beginners to follow this tutorial. Probably this is expected, but just thought I'd put that out there.
Thanks mate! Was very easy and intuitive to follow along =D
2:02:12 Just cuirous why this req.reply is getting caught in try & catch error ? You didn't set any statusCode (e.g 400), I doubt that req.reply() automatically sets POST response with 400. Any explanation?
No doubts, Laith - you are one of the bests and your channel should be much more evaluated. Thx a lot , great content
I wish to watch all your content, just got suprised when i see it.
Wow, Laith, nice course, really enjoyed it, and cypress afterwards feels very nice tool to use in own projects)
And of course, I totally agree that giraffe sound very offensive)
Thx for sharing, and looking forward to the next level up!
16:12 Cypress 9.5.1 "ignoreTestFiles": ["**/1-getting-started/*", "**/2-advanced-examples/*"]
Great quality content, i truly appreciate your hard work
Beautiful crash course. Thank you!
Awesome introduction- thank you!
Great work mate
Great tutorial..Best one I've seen so far and great example sites.
Wonderful introduction. Thanks so much!
Thanks a lot brother, everytiime i will learn something new from you
Thanks a lot, looking forward to more advanced concepts.
Yours is professional content
Legends are not born.
Yes, exactly
I love you bro, greetings from Chile :)
Hey buddy great explanation. I am just having some difficulties finding the locators.spec.js after creating it under the new folder e2e that I believe it replaced the integration one. However, I deleted the example folder as you also mentioned and everything I can see now when I start the project is nothing less than cypress saying "Create your first spec". Any help I can get I appreciate.
Very good video. It will be very helpful if you post video about some real testing (authentication with google lets say with changed origin) and not this child level label span etc testing.
Thank you so much. And thank you for the Jest/React Test Library on NetNinja.
Thank you for such a content.
but localhost:3000 its not running at my side.
what's the error?
This video is terrific!😀
My god, such a perfect content that of yours, subscribed!! o/
learnt alot. great content.
You are the patrick jmt of Coding my friend.
Hi
Is there any other way apart from cy.reload() to reload the page
Thanks in advancd
Hello dude,
first of all excellent cypress tutorial...I have some question for part of code its about "rewards.spec.js" - > should display a list of rewards with mock
first time show me 3 stuff from "rewards.json" after second and third runing cypress showing me up all rewards. So my question is why this happen?
Thank you for this awesome useful tutorial!
wow 🤩, thank you Laith!
Love your channel Laith. Can you do Nuxt and Django Ecommerce and Portfolio Website with deployment?
always neat tuts thank you very much!
Awesome, thank u very much for this
Hi is it possible in cypress to run
1. Specs file in parallel
2. It block in parallel
Nice. Useful content 👍
@1:43:32 line 3 is not working because the asterisk ** are in reverse it should be "**/examples/*". Great tutorial. Easy to follow. Thank you
Great work. Can you please code a TDD app that is a bit more complex. Thumbs up!
Thank you so much! Excellent content!
for those who have a problem starting the app, replace your start script with "react-scripts --openssl-legacy-provider start".
Any reason why you installed cypress as prod dependency? That was confusing for me, I did check later Cypress docs which states install it as dev dependency. But great work, thank you for the sharing
This is giraffing awesome!
"this is terrific"
Thank you for all the knowledge
This was great. Thank You.
Great explanations!
Very good content . Subscribed will watch all the videos . Thank you
Can you do an example on conditional login in your test.
Example: if i see grid being populated delete first and then add.
If grid is empty to begin with then add content
thanks you're amazing! 🙌 🙌
thanks a lot ,really good job
Thank you so much 👍🏼🎉🙏❤️
Hi all, any one knows how to login to application with Microsoft authenticator from cypress. I m having application which redirects to Microsoft authentication and then log into the application. Any comments?
Great content
i challenge you to dring a shot of booze every time he says "super"
ahahahah
n1, mate
how awesome channel !!
Hi everyone
If anyone knows how to open tests that are located outside integration foder
thank you so much , you are the best
Nice intro tutorial
I Like it 👍
Thank you 👍🏼❤️
Cool, cool cool!!
39:10
laith: zooming out actually makes it bigger.... that makes sense... i hope it makes sense....
viewers: not so much, laith! :D
PIN IT.
what vscode packages do you use? specifically, to get vscode to recognize
///
btw, great video - thank you
Thank you.
Ok I might be late in this party but surely I'm gonna subscribe , well explained video , thankyou :) +1 subscribe and notifications ✔
Thanks
min 46:36 not "SLASH" , it is called "HYGHPHEN"
aahahahha
n1
great
Really to Debug... What?
😍😍😍
might learn not to confuse hyphen with "slash"! great job otherwise.,
Everyone knows saying giraffe is offensive
is no one gonna mention that he always says "sy" instead of "cy" lmao
I was about to comment that
Why, what's the difference? I'm asking to learn. Doesn't the beginning of cycle and psychology sound the same? saı-
@@lacis9546 its been a while since I last saw this video, but I believe I was referring to his spelling. You can see it for example at 30:14, where he says "sy" when instead he typed out "cy" in vscode. But yes, to answer your question, there is no difference between the pronunciation of cycle and psycology.
@@addicted2cookies Thank you, addict ;)
this tutorial is quite outdated
I am facing this error pass two days and still haven't found solution. need urgent help.
Error: read ECONNRESET
{
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:211:20)
Thank you
Hi Laith,
Thanks for the fantastic video.
It’s a life saver and good introduction for me into Cypress Automation.
I have 2 questions though, are you going to make an updated version with Cypress 10 since alot has changed in the framework naming and structure?
Can you also share your email pls, I want to contact you directly.
Thanks,
Andrew
$ npm start
> client@0.1.0 start
> react-scripts start
node:internal/modules/cjs/loader:535
throw e;
^
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize' is not defined by "exports" in D:\Denys\cypress-crash-course\project-1
ode_modules\postcss-safe-parser
ode_modules\postcss\package.json
at new NodeError (node:internal/errors:393:5)
at throwExportsNotFound (node:internal/modules/esm/resolve:358:9)
at packageExportsResolve (node:internal/modules/esm/resolve:668:3)
at resolveExports (node:internal/modules/cjs/loader:529:36)
at Module._findPath (node:internal/modules/cjs/loader:569:31)
at Module._resolveFilename (node:internal/modules/cjs/loader:981:27)
at Module._load (node:internal/modules/cjs/loader:841:27)
at Module.require (node:internal/modules/cjs/loader:1061:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object. (D:\Denys\cypress-crash-course\project-1
ode_modules\postcss-safe-parser\lib\safe-parser.js:1:17) {
code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'
}
Node.js v18.12.0
Денис Литвин@LAPTOP-F9EB40EB MINGW64 /d/Denys/cypress-crash-course/project-1 (master)
$
Why I have such problem after writting npm start? (I have written npm i)
1.npm install -g npm@latest
2.npm cache clean --force
3.rm -rf node_modules
rm package-lock.json
OR
Remove-Item -Recurse -Force node_modules, package-lock.json
4.npm install
5.npm audit fix --force
sy.get and data/cy almost did me in. lol
Oh my God! Does someone really teach like this on youtube. Your teaching skills are amazing. Thanks from the community.
Thanks