Skip to content

Sample automation framework for testing aws applications and API

Notifications You must be signed in to change notification settings

oleksii-ti/aws-sdk-test

Repository files navigation

AWS Sample apps test framework

This is samle of test automation framework for testing the following applications:

Setup

Install dependencies

  yarn install

Setup local Environment variable

Copy ./.exmple.env as .test.env and fill yout own aws credentials, api endpoint and lambda function name

Run tests

  • Run all tests:
  yarn run aws:test
  • Run specific tests:
  yarn run aws:test {fileName1} {fileName2}

where {fileName1} is a name of the file in ./tests folder

About

Sample automation framework for testing aws applications and API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published