课程: End-to-End JavaScript Testing with Cypress.io

What you should know

- [Instructor] All right, so before you get started, there are a few things that you should know. And the first one of those is JavaScript basics. So Cypress uses JavaScript and you can obviously use TypeScript with it as well. So ideally, you should already be familiar with JavaScript in order to use Cypress, for the most part, Cypress commands, as you'll see, are pretty straightforward, but it's still a helpful thing to know. In addition, because we're going to be testing front-end websites here, and Cypress requires you to have at least a little bit of knowledge about HTML and CSS, that's going to be another important prerequisite for you to have. And finally, it would be really helpful for you to just have a basic knowledge of testing concepts. So things like unit testing, integration testing, end-to-end testing, what each of those are, and how end-to-end testing, which is what Cypress is designed for, is different. So these are really the three main prerequisites you can always choose to continue along anyway, but just keep in mind that there might be a few things you don't understand.

内容