-
Notifications
You must be signed in to change notification settings - Fork 35
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.
Open a Terminal (bash) window and issue the following commands:
cd /path/to/your/redcap_cypress/folder/
npm install
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.