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
-
yarn install
-
yarn run build
-
yarn link
-
Add a .env file to the root of this project.
-
Modify test/script.json with target URI, username, etc.
-
Supply a PASSWORD environment variable definition, e.g.:
PASSWORD="password"
-
Run earendil:
> earendil run -f test/script.json