Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Install Node.js

    Note: Install LTS version to avoid any issues with cypress

    Image Added

  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)

    Code Block
    npm install cypress

  6. Run the code below

    Code Block
    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)

    Code Block
    npx cypress open

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