Cypress Installation

  1. Install Node.js

    Note: Install LTS version to avoid any issues with cypress

     

  2. Install Visual Studio Code

  3. Create your project path

     

     

  4. Open your folder into Visual Studio Code

     

  5. Install cypress in your folder (this step may take a long time to complete)

    npm install cypress

     

  6. Run the code below

    npm init

    You can answer the questions by clicking Enter until the end

     

  7. Open cypress (this step may take a long time to open)

    npx cypress open

     

     

     

    If you try to open Cypress before execute “npm init”, you can have some issue like this: