Icon
Introduction to Cypress Workshop
  •  

Basic Tests

PRO
Outline

In this section we begin by starting up all the programs we need, and then we can start running some basic tests.

You can find the code for the workshop here: https://github.com/joeeames/cypress_io_introduction_workshop

Need to have 3 terminal windows up:

1.Run the following command to start the api server

 npm run server

2.Run the following command to startup the application

    npm start
  3.Run the following command to launch Cypress:

 npx cypress open
 

I finished! On to the next chapter