1.1.6 • Published 3 years ago

@zywave/earendil v1.1.6

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

earendil

Earendil is a utility to make defining performance and stability testing for web applications simple.

Example:

> earendil run -f test.json

Installation

$ yarn add -D @zywave/earendil

OR

$ npm -i -D @zywave/earendil

Usage

For CLI usage, check out our CLI docs.

For information about what steps are and how to use them, check out our steps docs.

And for the raw schema, you can find that here.

Running locally

  1. yarn install
  2. yarn run build
  3. yarn link
  4. Add a .env file to the root of this project.
  5. Modify test/script.json with target URI, username, etc.
  6. Supply a PASSWORD environment variable definition, e.g.:
    PASSWORD="password"
  7. Run earendil:

    > earendil run -f test/script.json
1.1.1

3 years ago

1.1.0

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago