- npm : >= '8.5.4',
- node: >= '17.7.1',
git clone [email protected]:CyrilGoldenschue/VIR1_Deploy.git
git checkout develop
cd VIR1_Deploy/src
npm i
Copy _config.json
to config.json
and set your region
.
cd src
cp _config.json config.json
Run all tests
npm run test
Run only one test
npm run test [className.test.js]
Expected output is the result of aws ec2 describe-vpcs
command
node checkCrendentials.js