Is Cypress the way to go with React component testing? — Introduction Before you ask, “Should You Test Components Using Cypress?” you should know about React components, Cypress, how to create a React Component, and how to write tests using Cypress. So, let’s dive straight into the basics before exploring the do’s and don’ts. What is a React component? React component is a JavaScript function that returns…