Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 318 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 318 Bytes

mertester

Orchestration command line tool for testing Merlion localnet

Installation

$ yarn install

Running

# development
$ yarn cli -h

# production mode
$ yarn cli:prod -h

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov