Start here to work with REDCap Cypress Test Framework on a developer machine. This is a Developer Toolkit to install a test environment to run REDCap Cypress against an instance of REDCap.
The directions are "kind of" missing a step.
If the user cd's into redcap_docker they must go up a directory before cd'ing into redcap_cypress.
cd redcap_docker
docker compose up
* Add cd.. here to return up a directory.
Configure & Start Cypress:
Install Cypress & dependencies for REDCap Cypress Test Framework.
--->> cd redcap_cypress <<----
npm install
note: This is a suggestion, but a novice user will get stumped by the cd redcap_cypress because that is not a directory within the redcap_docker folder.
The directions are "kind of" missing a step. If the user cd's into redcap_docker they must go up a directory before cd'ing into redcap_cypress.
cd redcap_docker docker compose up
* Add cd.. here to return up a directory.
Configure & Start Cypress: Install Cypress & dependencies for REDCap Cypress Test Framework. --->> cd redcap_cypress <<---- npm install