Before you begin, ensure you have met the following requirements:
- Node.js (download and install from nodejs.org).
- npm (comes with Node.js) or yarn.
You can check if Node.js and npm are installed by running:
node --version
npm --version
npm install
To configure AWS credentials, set up the AWS CLI or create the ~/.aws/credentials file on your system with the appropriate profile.
Change change AWS_PROFILE parameter in launch according to your profile defined
npm test
To run a specific suite or test, you can use Jest's pattern matching:
npm test -- testNamePattern