Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
/ tests Public archive

A unit and load testing harness Lambda function

License

Notifications You must be signed in to change notification settings

schedulemaker/tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tests

A unit and load testing harness Lambda function.

Tests passed to the Lambda harness should be in the following JSON format

{
    "functionName": <FUNCTION_NAME>,
    "qualifier": $LATEST # version number or alias, default is latest
    "tests": [
      {
        "testName": <NAME_OR_DESCRIPTION>,
        "timeout": 10, # In seconds, defaults to 10
        "runs": 1, # Number of times to run the test, default is once
        "payload": {}, # Put payload here
        "expected": {} # Put expected output here
      }
      # More tests
    ]
}

About

A unit and load testing harness Lambda function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published