Icon
Introduction to Cypress Workshop
  •  

Basic Tests

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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