Cypress Utilities, APIs, and Troubleshooting
Let's look at Cypress utilities, API, and troubleshooting in this lesson.
We'll cover the following...
Cypress also has a command-line tool that allows you to run Cypress from a terminal or from a command line in a continuous integration tool. In our environment, we start that tool with rake cypress:run. Doing so will run the tests against the Electron JS runtime by default.
If you run this command, you’ll get output directly In your terminal. You’ll get a line for each individual test with a time amount (for example, ✓ marks a group of tickets sold on click (487ms)), you’ll get a summary table for each file, and you’ll get a final summary table that ...