0.1.8 • Published 2 years ago

@nhomble/milkman v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

milkman

Node.js CI CodeQL

demo

cli driven http tester

Usage

index.js <cmd> [args]

Commands:
  index.js discover [directory]             discover milk resources in
  [environment]                             [directory] and filter optionally
                                            against [environment]
  index.js run [directory] [environment]    run milk in [directory] and filter
                                            optionally against [environment]

Options:
      --version  Show version number                                   [boolean]
  -h, --help     Show help                                             [boolean]

Features

  • all http methods supported by axios
  • mustache templating
  • scripts defined between requests
  • loose dependency tree via the dependsOn parameter
  • a test function available in script invocations
  • context passing Map<string, any> across specs
  • filtering resources by metadata.labels.environment

Development

Run the examples locally!

cd integration/
docker-compose up -d
cd -
yarn build
yarn local run examples/wiremock
0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago