Skip to content

Installing the Cypress Framework

Adam De Fouw edited this page Sep 24, 2019 · 4 revisions

Provided you have already installed the Pre-Requisites, installation of the REDCap Cypress framework is quite simple.

MacOSX

Open a Terminal (bash) window and issue the following commands:

cd /path/to/your/redcap_cypress/folder/
npm install

Windows

Open a PowerShell window and issue the following commands:

cd \path\to\your\redcap_cypress\folder\
npm install

Once Cypress has successfully installed, proceed to Run the REDCap Cypress Test Suite.

Clone this wiki locally