Configuring Node.Js Version and Cypress

Modified on Tue, 23 Apr 2024 at 06:32 PM

Prerequisites

  1. Click here to install Node.Js compatible version or version 20 and run node -v command to verify the version

  2. Install the node modules by running the following command:
    npm install

  3. To install Cypress globally on your system. Run the following command:
    npm install cypress
    This command will download and install Cypress globally, making it available as a command-line tool on your system.

  4. After the installation is complete, you can verify that Cypress is installed by running the following command:
    cypress --version
    This command will display the installed version of Cypress.


In addition, following components are required. Click only the required links corresponding to the components you need for installation procedure.

algoQA , AlgoAF, Database Access, Installer 2.2.20 











Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article