- checkout this repo from git
- run
npm install
In a CLI, run npm run test
Use other CSP buttons than DEV3 with an environmental variable, for example, CSP_HOST="DEV 4 - Naeem" npm run test
- In a cli, run
npm run sim-dev3
- In another CLI, run
CSP_HOST="_local" npm run test
create a .env
file with the appropriate credentials;
GCKEY_USER=testuser1
GCKEY_PASSWORD=<password1>
GCKEY_USER_2=testuser2
GCKEY_PASSWORD_2=<password2>