Summary
In this chapter, we learned about the cypress open
and cypress run
commands, as well as how the two commands can be chained with configuration options to extend their usage. We also learned how to check the Cypress information and Cypress versions that have been installed on our system. In the final section, we learned how to use Cypress to provide debug output and find out the cause of failures in our tests. In the next chapter, we will dive into writing Cypress tests and understanding the different parts of a test.