Skip to content

VadimSkuratovskyi/aws-for-testers-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Associate Training task solutins

Prerequisites

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

Installation

npm install

Configuration

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

Running Tests

npm test

To run a specific suite or test, you can use Jest's pattern matching:

npm test -- testNamePattern

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published